Fix: loadMaestroID, saveMaestroID
This commit is contained in:
@@ -1,17 +1,10 @@
|
||||
let maestroID = -1;
|
||||
|
||||
let addPlayerListManager;
|
||||
let addPlayerListManager;
|
||||
let searchPlayerListManager;
|
||||
|
||||
let mouseAppList;
|
||||
let typingAppList;
|
||||
|
||||
|
||||
$(document).ready(function() {
|
||||
maestroID = sessionStorage.getItem("maestroID");
|
||||
console.log("maestroID : " + maestroID);
|
||||
});
|
||||
|
||||
function tabClicked(tabNo) {
|
||||
// hide and show tab
|
||||
for(let i = 0; i < 4; i++) {
|
||||
|
||||
Reference in New Issue
Block a user