Fix: loadMaestroID, saveMaestroID
This commit is contained in:
@@ -32,7 +32,8 @@ function login() {
|
||||
// console.log(replyJSON["MaestroID"]);
|
||||
|
||||
if(replyJSON !== null && replyJSON["MaestroID"] !== undefined && replyJSON["MaestroID"] !== null) {
|
||||
sessionStorage.setItem("maestroID", replyJSON["MaestroID"]);
|
||||
maestroID = replyJSON["MaestroID"];
|
||||
sessionStorage.setItem("maestroID", maestroID);
|
||||
location.href = './../maestro/main_menu.html';
|
||||
} else {
|
||||
$("#error_message").val(replyJSON["ERROR"]);
|
||||
|
||||
Reference in New Issue
Block a user