Skip to content

Commit 127d22f

Browse files
Bug Fix and Adjust Spacing
Bug Fix and Adjust Spacing
1 parent 6ea9142 commit 127d22f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MerlinAU.asp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ function MerlinAU_TimeSelectFallbackAttach(elementId) {
482482
/**---------------------------------------**/
483483
/** Added by ExtremeFiretop [2025-Aug-24] **/
484484
/**---------------------------------------**/
485-
function parseTimeHHMM(inputValue) {
485+
function ParseTimeHHMM(inputValue) {
486486
const timeText = String(inputValue || '').trim();
487487
488488
// Shape check: "HH:MM"
@@ -3165,7 +3165,7 @@ function initializeCollapsibleSections()
31653165
name="fwScheduleTIME"
31663166
value="00:00"
31673167
step="60"
3168-
style="width: 120px; margin-left: 18px; margin-top: 6px; margin-bottom: 10px;"
3168+
style="width: 100px; margin-left: 18px; margin-top: 6px; margin-bottom: 10px;"
31693169
oninput="ValidateTimePicker(this)"
31703170
onblur="ValidateTimePicker(this)"
31713171
/>

0 commit comments

Comments
 (0)