mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Fix bug
This commit is contained in:
parent
1cc075f176
commit
eecb0a1644
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@
|
|||
const meta = await res.json();
|
||||
|
||||
// Compare versions
|
||||
if (meta.version != VERSION) {
|
||||
if (meta.version != ver) {
|
||||
alert(
|
||||
'Misskeyの新しいバージョンがあります。ページを再度読み込みします。' +
|
||||
'\n\n' +
|
||||
|
|
Loading…
Add table
Reference in a new issue