TheDesk Mio (ver.3)

This commit is contained in:
cutls
2018-05-20 15:17:10 +09:00
parent a379617427
commit de8f063aea
29 changed files with 591 additions and 93 deletions

View File

@@ -6,7 +6,7 @@ if(location.search){
var mode=m[1];
var codex=m[2];
if(mode=="user"){
udgEx(codex,0);
udgEx(codex,'main');
}
}
function udgEx(user,acct_id){
@@ -16,6 +16,9 @@ function udgEx(user,acct_id){
if(acct_id=="selector"){
acct_id = $("#user-acct-sel").val();
}
if(acct_id=="main"){
acct_id = localStorage.getItem("main");
}
console.log(user);
var domain = localStorage.getItem("domain_" + acct_id);
var at = localStorage.getItem(domain + "_at");