[html] Index bug

This commit is contained in:
2026-06-26 13:06:37 -04:00
parent 6c3d172aa3
commit 5849b79fd4

View File

@ -220,7 +220,7 @@
</main>
<script>
const BASE = window.location.pathname.replace(/\/static\/.*$/, "");
const BASE = window.location.pathname.replace(/\/static\/.*$/, "").replace(/\/+$/, "");
function showToast(msg, type) {
const t = document.getElementById("toast");