Removed all inline <script> tags

This commit is contained in:
Raphael Michel
2016-04-10 16:44:49 +02:00
parent eafbe95370
commit 5cca426cd3
16 changed files with 157 additions and 87 deletions

View File

@@ -0,0 +1,7 @@
window.setInterval(function () {
$.get(location.href + '?ajax=1', function (data, status) {
if (data === "1") {
location.reload();
}
});
}, 500);