mirror of
https://github.com/pretix/pretix.git
synced 2026-05-10 16:04:02 +00:00
Moved static files and celery.py
This commit is contained in:
7
src/pretix/static/pretixbase/js/ajaxpending.js
Normal file
7
src/pretix/static/pretixbase/js/ajaxpending.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