diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2021-02-21 13:34:00 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2021-02-21 13:34:00 +0900 |
| commit | d8fb729aee7ea30082f3df475e5a29f21925c2c7 (patch) | |
| tree | aafadb29ffd42d2d93ae1518d7d47ad4f5aed019 /src/client/init.ts | |
| parent | Messagingの入力中インジケータを実装 (diff) | |
| download | sharkey-d8fb729aee7ea30082f3df475e5a29f21925c2c7.tar.gz sharkey-d8fb729aee7ea30082f3df475e5a29f21925c2c7.tar.bz2 sharkey-d8fb729aee7ea30082f3df475e5a29f21925c2c7.zip | |
デザインの調整など
Diffstat (limited to 'src/client/init.ts')
| -rw-r--r-- | src/client/init.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/init.ts b/src/client/init.ts index c60b25359b..ce12849770 100644 --- a/src/client/init.ts +++ b/src/client/init.ts @@ -63,6 +63,9 @@ import { reloadChannel } from '@/scripts/unison-reload'; console.info(`Misskey v${version}`); +// boot.jsのやつを解除 +window.onerror = null; + if (_DEV_) { console.warn('Development mode!!!'); |