This commit is contained in:
Zyronon
2025-11-06 12:06:15 +00:00
parent 00b1c521cb
commit 90fcd70604
15 changed files with 92 additions and 266 deletions

View File

@@ -40,7 +40,8 @@
</script>
<script>
function nav(url) {
history.pushState(null, "", url);
window.location.href = url;
// history.pushState(null, "", url);
}
function toggleEl(val, close = false) {