forked from CGM_Public/pretix_original
Removed all inline <script> tags
This commit is contained in:
7
src/static/pretixbase/js/reloadpending.js
Normal file
7
src/static/pretixbase/js/reloadpending.js
Normal file
@@ -0,0 +1,7 @@
|
||||
window.setInterval(function () {
|
||||
$.get(location.href + '?ajax=1', function (data, status) {
|
||||
if (data === "1") {
|
||||
location.reload();
|
||||
}
|
||||
});
|
||||
}, 500);
|
||||
Reference in New Issue
Block a user