diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-03-31 00:19:15 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-03-31 00:31:40 +0900 |
| commit | c352aafb3e972870715770c7bd975051ff9b0fec (patch) | |
| tree | 16e0dd47cd1a5a05d398b87d35ecf06f9ec9f353 /src/web/app/boot.js | |
| parent | Bye bye polyfill (diff) | |
| download | misskey-c352aafb3e972870715770c7bd975051ff9b0fec.tar.gz misskey-c352aafb3e972870715770c7bd975051ff9b0fec.tar.bz2 misskey-c352aafb3e972870715770c7bd975051ff9b0fec.zip | |
[Client] :v:
Diffstat (limited to 'src/web/app/boot.js')
| -rw-r--r-- | src/web/app/boot.js | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/web/app/boot.js b/src/web/app/boot.js index cc92357579..426c7be40e 100644 --- a/src/web/app/boot.js +++ b/src/web/app/boot.js @@ -139,11 +139,7 @@ function fetchme(token, cb) { me.data ? done() : init(); }); }, () => { - riot.mount(document.body.appendChild(document.createElement('mk-core-error')), { - retry: () => { - fetchme(token, cb); - } - }); + riot.mount(document.body.appendChild(document.createElement('mk-error'))); }); function done() { |