From b798cc90a71193721fd9779f28a239978f90b148 Mon Sep 17 00:00:00 2001 From: Dauren777 Date: Wed, 10 Jun 2026 06:08:32 +0000 Subject: [PATCH] v89: expand sub-items as separate rows with own Open button --- index.html | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 27524e7..9018bdc 100644 --- a/index.html +++ b/index.html @@ -342,18 +342,17 @@ function renderEv(){ h+=""; h+=""; if(e.sub&&e.sub.length>0){ - h+="
"; var ss=localStorage.getItem("ss_"+e.id); - var sc=0; - if(ss){try{var sp=JSON.parse(ss);for(var si=0;si▸ Подпункты ("+e.sub.length+", исп. "+sc+")
"; - h+="" + h+=""+e.id+"."+esc(e.sub[si].l)+""; + h+=""+esc(e.sub[si].t)+""; + h+=""+esc(nl2c(e.r))+""; + h+=""+e.due+""; + h+=" "+stn[e.s]+""; + h+="" } - h+="" } } if(!h)h="

Нет мероприятий

";