We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f63f071 commit f50e3a9Copy full SHA for f50e3a9
htdocs/web_portal/views/downtime/edit_downtime.php
@@ -227,9 +227,8 @@ class="form-control" id="Select_Sites" name="select_sites" size="10"
227
228
/**
229
* 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)
+ * just the time values, time widget didn't like timestamp with date.
231
*/
232
- $('#startTime').data("DateTimePicker").date("<?php echo date_format($startDate,"H:i"); ?>");
233
$('#endTime').data("DateTimePicker").date("<?php echo date_format($endDate,"H:i"); ?>");
234
235
// By default select the original affected services and endpoints
0 commit comments