From 803f4e4e7e0b74c6d90a8263ea8f066c61bf86ee Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Tue, 8 Mar 2022 16:32:45 +0100 Subject: [PATCH] Reset add-break button disabled state --- assets/js/working_plan_exceptions_modal.js | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/js/working_plan_exceptions_modal.js b/assets/js/working_plan_exceptions_modal.js index f1be7958..50ad992d 100644 --- a/assets/js/working_plan_exceptions_modal.js +++ b/assets/js/working_plan_exceptions_modal.js @@ -16,6 +16,7 @@ $(function () { $start.val(''); $end.val(''); $breaks.find('tbody').empty(); + $('.working-plan-exceptions-add-break').prop('disabled', false); } function validate() {