1
0
mirror of https://github.com/misskey-dev/misskey synced 2025-01-20 16:53:54 +09:00

Revert "wait"

This reverts commit d670591713.
This commit is contained in:
syuilo 2018-04-21 16:32:15 +09:00
parent d670591713
commit decb257136

View File

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