TheDesk modify

This commit is contained in:
cutls
2018-01-28 21:27:11 +09:00
parent 30132ca31d
commit 50e99f6a68
138 changed files with 0 additions and 0 deletions

7
app/js/login/logout.js Normal file
View File

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