diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2024-07-13 17:56:27 -0400 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2024-07-13 17:56:27 -0400 |
commit | 51630bc85bc530b16b3c247a5e0aa4933dc76701 (patch) | |
tree | d81e9f63413128b2ac5bc8f3faff766c7cbe5e80 /puppet.js | |
parent | b5a177f67529ca0324632e9d9498a235471d8416 (diff) |
Fix bug
Diffstat (limited to 'puppet.js')
-rw-r--r-- | puppet.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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`; }); }); }); |