forked from Adleraci/adlerka.top
test
This commit is contained in:
parent
7cee788ae5
commit
4f42628137
@ -142,12 +142,11 @@ function navigateTo(site, page){
|
||||
site: site,
|
||||
page: page,
|
||||
};
|
||||
let pageActionStatus = doPageAction(data, true);
|
||||
if(pageActionStatus.Status === "Success") {
|
||||
doPageAction(data, true).then(() => {
|
||||
localStorage.setItem("currentSite", site);
|
||||
localStorage.setItem("currentPage", page);
|
||||
onPageLoad();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
function softReload(){
|
||||
|
Loading…
Reference in New Issue
Block a user