From 99ac54b28b05764b8d1e3701dc00671aa892ca9b Mon Sep 17 00:00:00 2001 From: wasrusgen Date: Fri, 29 May 2026 16:18:42 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20go()=20loop=20starts=20from=200=20?= =?UTF-8?q?=E2=80=94=20overview=20nav=20works=20correctly?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/mockup_cabinet.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/mockup_cabinet.html b/docs/mockup_cabinet.html index 717e746..006f648 100644 --- a/docs/mockup_cabinet.html +++ b/docs/mockup_cabinet.html @@ -1384,7 +1384,7 @@ const hints={0:'Обзор проекта — все этапы',1:'Этап 1/5 const pcts={0:60,1:20,2:40,3:60,4:80,5:100}; function go(n){ - for(let i=1;i<=5;i++){ + for(let i=0;i<=5;i++){ const sv=document.getElementById('sv'+i); if(sv) sv.style.display='none'; const si=document.getElementById('si'+i);