You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: templates/_cmd_parts.tt
+1-1
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@
73
73
<th class='w-1/4'>Start Time</th>
74
74
<td>
75
75
<div class="flex flex-nowrap gap-1">
76
-
<input type='text' name='start_time' id="start_time" value="[% start_time | html %]" class="date_input cal_popup[% IF range %]_range[% END %] cal_popup_select cal_popup_select_future w-36" required onkeyup="verify_time(this)">
76
+
<input type='text' name='start_time' id="start_time" value="[% start_time | html %]" class="date_input cal_popup[% IF range %]_range_cond[% END %] cal_popup_select cal_popup_select_future w-36" required onkeyup="verify_time(this[% IF range %],'end_time'[% END %])">
0 commit comments