Update index.html

This commit is contained in:
2026-08-18 21:25:40 +00:00
parent 4808066d37
commit cf0597ea78

View File

@@ -823,6 +823,7 @@ items.forEach(d => {
if (d.open) items.forEach(o => { if (o !== d) o.open = false; }); if (d.open) items.forEach(o => { if (o !== d) o.open = false; });
}); });
}); });
</script>
<script> <script>
(function () { (function () {