Sfoglia il codice sorgente

Update edit_config_template.html

SybexX 10 mesi fa
parent
commit
168ec5b485
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      sd-card/html/edit_config_template.html

+ 1 - 1
sd-card/html/edit_config_template.html

@@ -969,7 +969,7 @@
             </td>
             <td>
                 <input required type="number" id="PostProcessing_ChangeRateThreshold_value1" step="1" min="0" max="9" value="2"
-                    oninput="(!validity.rangeUnderflow||(value=1)) && (!validity.rangeOverflow||(value=9)) && 
+                    oninput="(!validity.rangeUnderflow||(value=0)) && (!validity.rangeOverflow||(value=9)) && 
                         (!validity.stepMismatch||(value=parseInt(this.value)));">
             </td>
             <td>$TOOLTIP_PostProcessing_NUMBER.ChangeRateThreshold</td>