aboutsummaryrefslogtreecommitdiffstats
path: root/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'index.js')
-rw-r--r--index.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.js b/index.js
index a54c8d0..6716003 100644
--- a/index.js
+++ b/index.js
@@ -308,9 +308,9 @@ async function save_tierlist_with_template(filename) {
try {
// Fetch resources
let [templateResponse, jsResponse, cssResponse] = await Promise.all([
- fetch('/tiers.html'),
- fetch('/tiers.js'),
- fetch('/tiers.css')
+ fetch('tiers.html'),
+ fetch('tiers.js'),
+ fetch('tiers.css')
]);
let [templateHTML, scriptContent, styleContent] = await Promise.all([
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage