diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-05-25 06:33:59 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-05-25 06:33:59 +0900 |
| commit | f06adb5e5350e6b78a5b680a0e390e14a59513a8 (patch) | |
| tree | d90be043d6d6e39baacefb28d702adc274fce171 /src/web/app/boot.js | |
| parent | Check if ES6 supported (diff) | |
| download | misskey-f06adb5e5350e6b78a5b680a0e390e14a59513a8.tar.gz misskey-f06adb5e5350e6b78a5b680a0e390e14a59513a8.tar.bz2 misskey-f06adb5e5350e6b78a5b680a0e390e14a59513a8.zip | |
Extract to safe.js
Diffstat (limited to 'src/web/app/boot.js')
| -rw-r--r-- | src/web/app/boot.js | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/web/app/boot.js b/src/web/app/boot.js index d38b12a742..4ac3a020ea 100644 --- a/src/web/app/boot.js +++ b/src/web/app/boot.js @@ -11,13 +11,6 @@ 'use strict'; -// Detect an old browser -if (window.fetch == undefined) { - alert( - 'お使いのブラウザが古いためMisskeyを動作させることができません。' + - 'バージョンを最新のものに更新するか、別のブラウザをお試しください。'); -} - // Get the current url information const Url = new URL(location.href); |