From 0d8d8c30629f173e04c77d33f57092564e816e96 Mon Sep 17 00:00:00 2001 From: 3w36zj6 <52315048+3w36zj6@users.noreply.github.com> Date: Sun, 17 Nov 2024 15:29:41 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20sidebar=E3=81=AE=E9=96=8B=E9=96=89?= =?UTF-8?q?=E5=87=A6=E7=90=86=E3=82=92=E6=9C=89=E5=8A=B9=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/scripts/docs.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/scripts/docs.js b/static/scripts/docs.js index 14153cd98c..d980bde467 100644 --- a/static/scripts/docs.js +++ b/static/scripts/docs.js @@ -632,8 +632,8 @@ document.addEventListener("DOMContentLoaded", ()=>{ setUpAccordeon(n); const t = document.querySelector("#page-overview > ul"); t && setUpOnPageNavigation(t), - // setUpCollapsingSidebar(document.querySelector("nav.folding")), - alertClose(document.querySelector("button.close")); + setUpCollapsingSidebar(document.querySelector("nav.folding")); + //alertClose(document.querySelector("button.close")); for (const n of document.querySelectorAll("div.tooltip-context")) setUpTooltip(n); const e = document.querySelector(".page-end-buttons a.previous")