add variable declaration
This commit is contained in:
parent
96bdc8dc09
commit
f3cdcf313c
|
|
@ -1005,6 +1005,7 @@ const UI = {
|
|||
if (port) {
|
||||
url += ':' + port;
|
||||
}
|
||||
let token;
|
||||
token = getQueryVar("token","nope");
|
||||
if (token=="nope") {
|
||||
url += '/' + path;
|
||||
|
|
|
|||
|
|
@ -182,6 +182,7 @@
|
|||
if(port) {
|
||||
url += ':' + port;
|
||||
}
|
||||
let token;
|
||||
token = getQueryVar("token","nope");
|
||||
if (token=="nope") {
|
||||
url += '/' + path;
|
||||
|
|
|
|||
Loading…
Reference in New Issue