v9.20: fix ReferenceError getToken is not defined
This commit is contained in:
@@ -621,6 +621,10 @@ function renderInstanceGraph(uid){
|
||||
}
|
||||
|
||||
|
||||
function getToken(){
|
||||
return localStorage.getItem("deck_token") || "";
|
||||
}
|
||||
|
||||
function getDeckEnv(){
|
||||
return localStorage.getItem("deck_env") || "test";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user