summaryrefslogtreecommitdiff
path: root/puppet.js
diff options
context:
space:
mode:
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`;
});
});
});