From 276c773e7414073ee7ffb9abe3bc9ac10cca7e69 Mon Sep 17 00:00:00 2001 From: Dauren777 Date: Thu, 11 Jun 2026 10:41:04 +0000 Subject: [PATCH] fix: remove duplicate saveEvModal, add ZIP export with files, fix qty always 1 --- index.html | 50 +++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 43 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 67fa008..ae2389c 100644 --- a/index.html +++ b/index.html @@ -179,6 +179,7 @@ tr:hover{background:#FAFBFC} +

@@ -1323,13 +1324,6 @@ function saveEvModal(id){ if(inm){var mv=inm.value;try{localStorage.setItem("evmonth_"+id,mv)}catch(e){};var inq=document.getElementById("evq_"+id);var inn=document.getElementById("evn_"+id);var subSuffix2=curSub!==null?"_s"+curSub:"";if(inn)try{localStorage.setItem("sn_"+id+subSuffix2+"_m"+mv,inn.value.trim())}catch(e){};if(inq)try{localStorage.setItem("sq_"+id+subSuffix2+"_m"+mv,(parseInt(inq.value,10)||0).toString())}catch(e){}} saveEv();closeModal();renderEv() } -function saveEvModal(id){ - var sel=document.getElementById("evs_"+id); - for(var i=0;i