[WIP] linting

This commit is contained in:
cutls
2020-08-02 16:08:07 +09:00
parent dafc50bbd7
commit 1710ab0035
21 changed files with 1971 additions and 1560 deletions

View File

@@ -1,7 +1,7 @@
//ログアウトします
function logout() {
localStorage.removeItem("acct_" + acct_id + "_at");
localStorage.removeItem("domain_" + acct_id);
location.href = "index.html";
todc();
localStorage.removeItem("acct_" + acct_id + "_at")
localStorage.removeItem("domain_" + acct_id)
location.href = "index.html"
todc()
}