Fix #155 -- Remove javascript URIs for CSP (#261)

* remove javascript URIs for CSP

#155

* remove javascript URIs for CSP
Issue 155

Combining js error handling files.
This commit is contained in:
FlaviaBastos
2016-10-05 18:17:54 +02:00
committed by Raphael Michel
parent 689f78d03b
commit 5e3a8325ca
7 changed files with 19 additions and 13 deletions
+5
View File
@@ -0,0 +1,5 @@
document.getElementById('goback').onclick =
function() {window.history.back()};
document.getElementById('reload').onclick =
function() {window.location.reload(true)};