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