This commit is contained in:
syuilo 2018-03-04 19:29:21 +09:00 committed by GitHub
parent f83007a86d
commit d0227b95f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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' +