reload later

This commit is contained in:
iBug ♦ 2019-01-15 14:33:01 +08:00 committed by GitHub
parent 59b10d3f4d
commit b30bc42967
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 @@
}); });
} }
window.location.reload(false); window.setTimeout(() => window.location.reload(false), 800);
}); });
})(window.jQuery); })(window.jQuery);