Skip to content

Commit 168ec5b

Browse files
authored
Update edit_config_template.html
1 parent 64bf79b commit 168ec5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sd-card/html/edit_config_template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,7 @@ <h4><input type="checkbox" id="Category_Analog_enabled" value="1" onclick = 'Up
969969
</td>
970970
<td>
971971
<input required type="number" id="PostProcessing_ChangeRateThreshold_value1" step="1" min="0" max="9" value="2"
972-
oninput="(!validity.rangeUnderflow||(value=1)) && (!validity.rangeOverflow||(value=9)) &&
972+
oninput="(!validity.rangeUnderflow||(value=0)) && (!validity.rangeOverflow||(value=9)) &&
973973
(!validity.stepMismatch||(value=parseInt(this.value)));">
974974
</td>
975975
<td>$TOOLTIP_PostProcessing_NUMBER.ChangeRateThreshold</td>

0 commit comments

Comments
 (0)