Змінено директорії
Додано скрипти CRON Поліпшено механізм запису стендів та їх редагування
This commit is contained in:
@@ -27,6 +27,7 @@ const Auth = {
|
||||
localStorage.removeItem("uuid");
|
||||
Router.navigate(`/auth`);
|
||||
} else {
|
||||
Cloud.start();
|
||||
localStorage.setItem("uuid", uuid);
|
||||
Router.navigate(`/`, false);
|
||||
}
|
||||
@@ -42,8 +43,6 @@ const Auth = {
|
||||
if (USER.possibilities.can_manager_territory) document.getElementById("li-territory").style.display = "";
|
||||
if (USER.possibilities.can_view_stand) document.getElementById("li-stand").style.display = "";
|
||||
document.getElementById("li-options").style.display = "";
|
||||
|
||||
Cloud.start();
|
||||
});
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user