This commit is contained in:
syuilo 2018-04-21 16:27:47 +09:00
parent 28df3c56ec
commit baa28a8601

View File

@ -130,6 +130,8 @@
}
// Force reload
location.reload(true);
setTimeout(() => {
location.reload(true);
}, 1000);
}
})();