forked from CGM_Public/pretix_original
* remove javascript URIs for CSP #155 * remove javascript URIs for CSP Issue 155 Combining js error handling files.
This commit is contained in:
committed by
Raphael Michel
parent
689f78d03b
commit
5e3a8325ca
@@ -0,0 +1,5 @@
|
||||
document.getElementById('goback').onclick =
|
||||
function() {window.history.back()};
|
||||
|
||||
document.getElementById('reload').onclick =
|
||||
function() {window.location.reload(true)};
|
||||
Reference in New Issue
Block a user