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="

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

";