.
This commit is contained in:
+1
-1
@@ -122,7 +122,7 @@ async function retrievePacketList() {
|
|||||||
if (items.length == 2) {
|
if (items.length == 2) {
|
||||||
let cid = "";
|
let cid = "";
|
||||||
let passcode = "";
|
let passcode = "";
|
||||||
for (let index = 0; index < array.length; index++) {
|
for (let index = 0; index < items.length; index++) {
|
||||||
const item = items[index];
|
const item = items[index];
|
||||||
let s = item.split("=");
|
let s = item.split("=");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user