diff --git a/index.html b/index.html index 2d8ab12..8ac85fd 100644 --- a/index.html +++ b/index.html @@ -823,6 +823,7 @@ items.forEach(d => { if (d.open) items.forEach(o => { if (o !== d) o.open = false; }); }); }); +