From b63c0906d475e608082ccbf17987f0ef1d9906e7 Mon Sep 17 00:00:00 2001 From: Dauren777 Date: Fri, 5 Jun 2026 06:16:47 +0000 Subject: [PATCH] =?UTF-8?q?v24:=20=D1=84=D0=B8=D0=BA=D1=81=20=D1=81=D0=BA?= =?UTF-8?q?=D0=B0=D1=87=D0=B8=D0=B2=D0=B0=D0=BD=D0=B8=D1=8F=20=D0=BE=D1=82?= =?UTF-8?q?=D1=87=D1=91=D1=82=D0=B0=20=E2=80=94=20=D1=83=D0=B1=D1=80=D0=B0?= =?UTF-8?q?=D0=BD=D1=8B=20=D1=82=D1=8F=D0=B6=D1=91=D0=BB=D1=8B=D0=B5=20dat?= =?UTF-8?q?a=20URL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 2c3a303..e1bfbca 100644 --- a/index.html +++ b/index.html @@ -262,7 +262,7 @@ function renderMonthBlock(id,si,label,from,to){ for(var i=from;i<=to;i++){var m=months[i];if(d[m]&&(d[m].report||(d[m].files&&d[m].files.length))){ has=true;html+='
'+M(i)+(label?' β€” '+label:'')+''; if(d[m].report)html+='

'+esc(d[m].report)+'

'; - if(d[m].files&&d[m].files.length)html+='
    '+d[m].files.map(function(f){return'
  • πŸ“„ '+esc(f.name)+''+(f.desc?' β€” '+esc(f.desc):'')+' ('+(f.size/1024).toFixed(0)+' ΠšΠ‘)
  • '}).join("")+'
'; + if(d[m].files&&d[m].files.length)html+='
    '+d[m].files.map(function(f){return'
  • πŸ“„ '+esc(f.name)+(f.desc?' β€” '+esc(f.desc):'')+' ('+(f.size/1024).toFixed(0)+' ΠšΠ‘)
  • '}).join("")+'
'; html+='
'}} if(!has)html='

НСт ΠΎΡ‚Ρ‡Ρ‘Ρ‚ΠΎΠ²

'; return html;