1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-26 02:39:27 -05:00
This commit is contained in:
syuilo 2018-04-21 16:27:47 +09:00
parent dee2b77bdc
commit d670591713

View file

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