From 4270513ca541e7dac8f0e7b061ea215ea936dd32 Mon Sep 17 00:00:00 2001 From: Sae126V Date: Wed, 30 Aug 2023 10:49:47 +0000 Subject: [PATCH] [GT-187] Re-add line of code removed erroneously in #471 --- htdocs/web_portal/views/downtime/edit_downtime.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/web_portal/views/downtime/edit_downtime.php b/htdocs/web_portal/views/downtime/edit_downtime.php index 0f1fcd761..02149685f 100644 --- a/htdocs/web_portal/views/downtime/edit_downtime.php +++ b/htdocs/web_portal/views/downtime/edit_downtime.php @@ -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(""); $('#endTime').data("DateTimePicker").date(""); // By default select the original affected services and endpoints