Compare commits

..

1 commit

Author SHA1 Message Date
Piotr Gaczkowski
170d38ea08 feat: Add basic frontend
Some checks failed
MegaLinter / MegaLinter (pull_request) Has been cancelled
Update website / update (pull_request) Has been cancelled
2026-04-16 14:28:23 +02:00

View file

@ -130,7 +130,7 @@
link.download = "hs3_db_label_" + template + "_" + item_id + ".lbx"; link.download = "hs3_db_label_" + template + "_" + item_id + ".lbx";
link.click(); link.click();
} }
document.addEventListener("DOMContentLoaded", async () => { document.addEventListener("DOMContentLoaded", async () => {
await initTemplates(); await initTemplates();