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