diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-06-13 03:20:43 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-06-13 03:20:43 +0900 |
| commit | 72b7c8413934c424cd5ff897081931f5629c807e (patch) | |
| tree | 6ba0e26e4548adf17e3aa0b2364aee15e839d958 /src/web/app/init.js | |
| parent | :art: (diff) | |
| download | misskey-72b7c8413934c424cd5ff897081931f5629c807e.tar.gz misskey-72b7c8413934c424cd5ff897081931f5629c807e.tar.bz2 misskey-72b7c8413934c424cd5ff897081931f5629c807e.zip | |
[Client] Improve error screen rendering
Diffstat (limited to 'src/web/app/init.js')
| -rw-r--r-- | src/web/app/init.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/web/app/init.js b/src/web/app/init.js index 825bbc77eb..44391b8fcb 100644 --- a/src/web/app/init.js +++ b/src/web/app/init.js @@ -175,6 +175,7 @@ function panic(e) { console.error(e); // Display blue screen + document.documentElement.style.background = '#1269e2'; document.body.innerHTML = '<div id="error">' + '<h1>:( 致命的な問題が発生しました。</h1>' |