This commit is contained in:
syuilo
2019-02-18 04:52:40 +09:00
parent a766a57af9
commit efd0368e56
11 changed files with 10 additions and 17 deletions

View File

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