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