diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-02-14 00:27:33 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-02-14 00:27:33 -0800 |
| commit | 7b079bb9fdde3f2b8276a7100d3416405009c2be (patch) | |
| tree | d4acb3d4baece4884ca90fd69c919eadd12d3503 /index.js | |
| parent | b34ce8517026df992e52f0f27d9e589654efa52e (diff) | |
fix mobile scaling CSS issues
Diffstat (limited to 'index.js')
| -rw-r--r-- | index.js | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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([ |
