Also reload the page after all calls

This commit is contained in:
iBug ♦ 2019-01-15 12:31:35 +08:00 committed by GitHub
parent f90472a0c9
commit 59b10d3f4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -144,6 +144,6 @@
});
}
// TODO: reload page after all calls are finished
window.location.reload(false);
});
})(window.jQuery);