diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-04-21 16:32:15 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-04-21 16:32:15 +0900 |
| commit | decb25713666e350168bcc201a107610870f60a5 (patch) | |
| tree | 16aefbf1d9250a015a0b503220ab58c0a40abe5b /src | |
| parent | wait (diff) | |
| download | misskey-decb25713666e350168bcc201a107610870f60a5.tar.gz misskey-decb25713666e350168bcc201a107610870f60a5.tar.bz2 misskey-decb25713666e350168bcc201a107610870f60a5.zip | |
Revert "wait"
This reverts commit d6705917137711f25d84bffaf9ab4453972fece5.
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/app/boot.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/client/app/boot.js b/src/client/app/boot.js index ec90ff5237..190ff255c3 100644 --- a/src/client/app/boot.js +++ b/src/client/app/boot.js @@ -130,8 +130,6 @@ } // Force reload - setTimeout(() => { - location.reload(true); - }, 1000); + location.reload(true); } })(); |