From f06adb5e5350e6b78a5b680a0e390e14a59513a8 Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 25 May 2017 06:33:59 +0900 Subject: Extract to safe.js --- src/web/app/boot.js | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/web/app/boot.js') 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); -- cgit v1.3.1-freya