diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-06-12 01:21:28 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-06-12 01:21:28 +0900 |
| commit | f2236c3c3b38f7994b97789af0c77859830d3538 (patch) | |
| tree | ac1c300476e6d28e1df366f331ac426803baa2a5 /src | |
| parent | [Client] Improve error screen rendering (diff) | |
| download | misskey-f2236c3c3b38f7994b97789af0c77859830d3538.tar.gz misskey-f2236c3c3b38f7994b97789af0c77859830d3538.tar.bz2 misskey-f2236c3c3b38f7994b97789af0c77859830d3538.zip | |
[Client] Oops!
Diffstat (limited to 'src')
| -rw-r--r-- | src/web/app/common/tags/error.tag | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/web/app/common/tags/error.tag b/src/web/app/common/tags/error.tag index bbf7962320..e4e0272a49 100644 --- a/src/web/app/common/tags/error.tag +++ b/src/web/app/common/tags/error.tag @@ -50,6 +50,7 @@ </style> <script> this.on('mount', () => { + document.title = 'Oops!'; document.documentElement.style.background = '#f8f8f8'; }); </script> |