fixes
This commit is contained in:
@@ -996,7 +996,7 @@ setInterval(() => {
|
||||
Booted = true;
|
||||
document.getElementById("loading").style.display = "none";
|
||||
if (!SUB_LOGGED_IN) {
|
||||
open_page("login");
|
||||
setUrlHash("login");
|
||||
return;
|
||||
}
|
||||
document.getElementById("appendApps").style.display = "block";
|
||||
|
||||
@@ -39,6 +39,8 @@ PAGES.login = {
|
||||
SUB_LOGGED_IN_DETAILS = SC_Personas[SUB_LOGGED_IN_ID]
|
||||
SUB_LOGGED_IN = true
|
||||
setUrlHash("index")
|
||||
setUrlHash("index")
|
||||
setUrlHash("index")
|
||||
document.getElementById("appendApps").style.display = "unset"
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user