summaryrefslogtreecommitdiff
path: root/src/web
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-05-25 14:39:27 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-05-25 14:39:27 +0900
commitf1c02ca7e53408c2ebf03a002ad1a1ab90eefea3 (patch)
tree19989e4e291f8d5024cf29a072abc621b717a30a /src/web
parentAdd banner into built script files (diff)
downloadsharkey-f1c02ca7e53408c2ebf03a002ad1a1ab90eefea3.tar.gz
sharkey-f1c02ca7e53408c2ebf03a002ad1a1ab90eefea3.tar.bz2
sharkey-f1c02ca7e53408c2ebf03a002ad1a1ab90eefea3.zip
[Client] Fix bug
Diffstat (limited to 'src/web')
-rw-r--r--src/web/app/safe.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/safe.js b/src/web/app/safe.js
index 1bdd10ea58..c5fbb83a92 100644
--- a/src/web/app/safe.js
+++ b/src/web/app/safe.js
@@ -4,7 +4,7 @@
*/
// Detect an old browser
-if (!'fetch' in window) {
+if (!('fetch' in window)) {
alert(
'お使いのブラウザが古いためMisskeyを動作させることができません。' +
'バージョンを最新のものに更新するか、別のブラウザをお試しください。');