This commit is contained in:
Ross
2021-12-12 22:30:24 +00:00
parent 6ae4d05675
commit 5c10e5124a
+1 -1
View File
@@ -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];