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