Skip to content

Commit f50e3a9

Browse files
committed
[GT-172] Remove unknown character in edit downtime
1 parent f63f071 commit f50e3a9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

htdocs/web_portal/views/downtime/edit_downtime.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,9 +227,8 @@ class="form-control" id="Select_Sites" name="select_sites" size="10"
227227

228228
/**
229229
* Set the start and finish times (don't echo in the full date,
230-
* just the time values, time widget didn't like timestamp with date)
230+
* just the time values, time widget didn't like timestamp with date.
231231
*/
232-
$('#startTime').data("DateTimePicker").date("<?php echo date_format($startDate,"H:i"); ?>");
233232
$('#endTime').data("DateTimePicker").date("<?php echo date_format($endDate,"H:i"); ?>");
234233

235234
// By default select the original affected services and endpoints

0 commit comments

Comments
 (0)