From 1fe33fb6725f3a8958327f4d0e5f54112e736d32 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Sun, 16 Oct 2022 18:05:23 +0300 Subject: [PATCH] Correct the working_plan.js comment --- assets/js/utils/working_plan.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/utils/working_plan.js b/assets/js/utils/working_plan.js index 467bfafa..f864ae4e 100755 --- a/assets/js/utils/working_plan.js +++ b/assets/js/utils/working_plan.js @@ -286,7 +286,7 @@ App.Utils.WorkingPlan = (function () { ); } /** - * Enable editable break time. + * Render a working plan exception row. * * This method makes editable the break time cells. *