Fix #952
This commit is contained in:
parent
94434bd69e
commit
c157644110
3 changed files with 42 additions and 1 deletions
|
|
@ -1,8 +0,0 @@
|
|||
const yn = window.confirm(
|
||||
'サーバー上に存在しないスクリプトがリクエストされました。お使いのMisskeyのバージョンが古いことが原因の可能性があります。Misskeyを更新しますか?');
|
||||
|
||||
if (yn) {
|
||||
location.reload(true);
|
||||
} else {
|
||||
alert('問題が解決しない場合はサーバー管理者までお問い合せください。');
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue