[Client] Improve error screen rendering
This commit is contained in:
parent
fe808b5609
commit
72b7c84139
2 changed files with 1 additions and 7 deletions
|
|
@ -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>'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue