diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-05-18 03:18:43 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-05-18 03:18:43 -0700 |
| commit | de6fa06ec51f4c44c4b3f718d8f715bc62f26287 (patch) | |
| tree | d930382758a760a96359a207f6075858d3485929 /index.js | |
| parent | 062b7cd85b4c9715ad22dda5f1d89f2e2d5fd699 (diff) | |
fix: tier header size in exported html for long labels
Diffstat (limited to 'index.js')
| -rw-r--r-- | index.js | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -322,10 +322,6 @@ async function save_tierlist_with_template(filename) { // Inject the EMBEDDED_JSON inside a script tag let jsonScript = `<script> const EMBEDDED_JSON = ${JSON.stringify(serialized_tierlist, null, 4)}; - window.addEventListener('load', () => { - hard_reset_list(); - load_tierlist(EMBEDDED_JSON); - }); </script>`; let inlineScript = `<script>\n${scriptContent}\n</script>`; |
