Update admin.js

This commit is contained in:
Anyon 2019-04-30 17:58:01 +08:00
parent 91cd8a549f
commit 4df030eb4b

View File

@ -159,6 +159,7 @@ $(function () {
this.show = function (html) {
$(this.selecter).html(html);
$([0, 500, 1000]).map(function (index, time) {
console.log(arguments)
setTimeout(that.reInit, time)
});
};