We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66a45da commit 37a57bcCopy full SHA for 37a57bc
MerlinAU.asp
@@ -2784,7 +2784,7 @@ function initializeCollapsibleSections()
2784
<div id="fwCronScheduleHOUR">
2785
<span style="margin-left:1px; margin-top:10px; font-size: 12px; font-weight: bolder;">Hour:</span>
2786
<input type="text" autocomplete="off" autocapitalize="off" data-lpignore="true"
2787
- style="width: 7%; margin-left: 20px; margin-top:10px; margin-bottom:7px" maxlength="2"
+ style="width: 7%; margin-left: 19px; margin-top:10px; margin-bottom:7px" maxlength="2"
2788
id="fwScheduleHOUR" name="fwScheduleHOUR" value="0"
2789
onKeyPress="return validator.isNumber(this,event)"
2790
onkeyup="ValidateFWUpdateTime(this,'HOUR')"
0 commit comments