File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 / >
You can’t perform that action at this time.
0 commit comments