summaryrefslogtreecommitdiff
path: root/src/web/app/boot.js
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-05-25 06:33:59 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-05-25 06:33:59 +0900
commitf06adb5e5350e6b78a5b680a0e390e14a59513a8 (patch)
treed90be043d6d6e39baacefb28d702adc274fce171 /src/web/app/boot.js
parentCheck if ES6 supported (diff)
downloadmisskey-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.js7
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);