Forráskód Böngészése

Update edit_config_template.html

fix for: ChangeRateThreshold could not be deactivated
SybexX 11 hónapja
szülő
commit
2831478e02
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      sd-card/html/edit_config_template.html

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

@@ -968,7 +968,7 @@
                 <label for=PostProcessing_ChangeRateThreshold_enabled><class id="PostProcessing_ChangeRateThreshold_text" style="color:black;">Change Rate Threshold</class></label>
             </td>
             <td>
-                <input required type="number" id="PostProcessing_ChangeRateThreshold_value1" step="1" min="1" max="9" value="2"
+                <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)) && 
                         (!validity.stepMismatch||(value=parseInt(this.value)));">
             </td>