Skip to content
Snippets Groups Projects
Unverified Commit d0227b95 authored by syuilo's avatar syuilo Committed by GitHub
Browse files

Fix bug

parent f83007a8
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@
const meta = await res.json();
// Compare versions
if (meta.version != VERSION) {
if (meta.version != ver) {
alert(
'Misskeyの新しいバージョンがあります。ページを再度読み込みします。' +
'\n\n' +
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment