misskey login

This commit is contained in:
cutls
2020-04-08 15:27:47 +09:00
parent 50e11ec035
commit fedb1ee858
2 changed files with 4 additions and 1 deletions

View File

@@ -47,6 +47,9 @@ function ck() {
multiSelector(false)
verck(ver, jp)
$('.stw').show()
if (localStorage.getItem('tips')) {
tips(localStorage.getItem('tips'))
}
$('#something-wrong img').attr('src', '../../img/thinking.svg')
}
}