This commit is contained in:
syuilo 2018-03-04 19:29:21 +09:00 committed by GitHub
parent 1cc075f176
commit eecb0a1644

View file

@ -89,7 +89,7 @@
const meta = await res.json();
// Compare versions
if (meta.version != VERSION) {
if (meta.version != ver) {
alert(
'Misskeyの新しいバージョンがあります。ページを再度読み込みします。' +
'\n\n' +