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

View file

@ -144,6 +144,6 @@
});
}
window.location.reload(false);
window.setTimeout(() => window.location.reload(false), 800);
});
})(window.jQuery);