2018-01-28 23:22:43 +11:00
|
|
|
//ログアウトします
|
2019-05-19 17:39:30 +10:00
|
|
|
function logout() {
|
2020-08-02 17:08:07 +10:00
|
|
|
localStorage.removeItem("acct_" + acct_id + "_at")
|
|
|
|
localStorage.removeItem("domain_" + acct_id)
|
|
|
|
location.href = "index.html"
|
|
|
|
todc()
|
2018-01-28 23:22:43 +11:00
|
|
|
}
|