Skip to content

Commit

Permalink
[GT-187] Re-add line of code removed erroneously in GOCDB#471
Browse files Browse the repository at this point in the history
  • Loading branch information
Sae126V committed Sep 11, 2023
1 parent 1d41c5b commit c51a670
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions htdocs/web_portal/views/downtime/edit_downtime.php
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ class="form-control" id="Select_Sites" name="select_sites" size="10"
* Set the start and finish times (don't echo in the full date,
* just the time values, time widget didn't like timestamp with date)
*/
$('#startTime').data("DateTimePicker").date("<?php echo date_format($startDate,"H:i"); ?>");
$('#endTime').data("DateTimePicker").date("<?php echo date_format($endDate,"H:i"); ?>");

// By default select the original affected services and endpoints
Expand Down

0 comments on commit c51a670

Please sign in to comment.