forked from FoundKeyGang/FoundKey
✌️
This commit is contained in:
parent
163d53b229
commit
39778c8458
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ if (!('fetch' in window)) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Detect Edge
|
// Detect Edge
|
||||||
if (navigator.userAgent.indexOf('Edge')) {
|
if (navigator.userAgent.indexOf('Edge') != -1) {
|
||||||
alert(
|
alert(
|
||||||
'現在、お使いのブラウザ(Microsoft Edge)ではMisskeyは正しく動作しません。' +
|
'現在、お使いのブラウザ(Microsoft Edge)ではMisskeyは正しく動作しません。' +
|
||||||
'サポートしているブラウザ: Google Chrome, Mozilla Firefox, Apple Safari など' +
|
'サポートしているブラウザ: Google Chrome, Mozilla Firefox, Apple Safari など' +
|
||||||
|
|
Loading…
Reference in a new issue