aboutsummaryrefslogtreecommitdiffstats
path: root/index.js
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-02-14 00:27:33 -0800
committerPinapelz <yukais@pinapelz.com>2025-02-14 00:27:33 -0800
commit7b079bb9fdde3f2b8276a7100d3416405009c2be (patch)
treed4acb3d4baece4884ca90fd69c919eadd12d3503 /index.js
parentb34ce8517026df992e52f0f27d9e589654efa52e (diff)
fix mobile scaling CSS issues
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 5e9a19c..8fb469c 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'),
- 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