summaryrefslogtreecommitdiff
path: root/puppet.js
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2024-07-13 17:56:27 -0400
committerKyle Gunger <kgunger12@gmail.com>2024-07-13 17:56:27 -0400
commit51630bc85bc530b16b3c247a5e0aa4933dc76701 (patch)
treed81e9f63413128b2ac5bc8f3faff766c7cbe5e80 /puppet.js
parentb5a177f67529ca0324632e9d9498a235471d8416 (diff)
Fix bug
Diffstat (limited to 'puppet.js')
-rw-r--r--puppet.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet.js b/puppet.js
index 2b7e232..703056d 100644
--- a/puppet.js
+++ b/puppet.js
@@ -53,7 +53,7 @@ window.addEventListener("load", _ => {
getURLs(link_val),
reformFileList(JSON.parse(manifest_val).files),
];
- stat.innerText = `Loaded ${current[0].length} URLs and ${current[1].length} File IDs`;
+ stat.innerText = `Loaded ${current[1].length} URLs and ${current[2].length} File IDs`;
});
});
});