.
This commit is contained in:
+3
-1
@@ -119,9 +119,11 @@ async function retrievePacketList() {
|
|||||||
|
|
||||||
window.location.search.substr(1).split("&").forEach((item) => {
|
window.location.search.substr(1).split("&").forEach((item) => {
|
||||||
let s = item.split("=");
|
let s = item.split("=");
|
||||||
|
|
||||||
|
let cid = "";
|
||||||
|
let passcode = "";
|
||||||
if (s[0] == "cid") {
|
if (s[0] == "cid") {
|
||||||
let cid = s[1];
|
let cid = s[1];
|
||||||
|
|
||||||
}
|
}
|
||||||
if (s[0] == "passcode") {
|
if (s[0] == "passcode") {
|
||||||
let passcode = s[1];
|
let passcode = s[1];
|
||||||
|
|||||||
Reference in New Issue
Block a user