From 813a9049d8249ce780a566eb7c50cac3555ff375 Mon Sep 17 00:00:00 2001 From: oxteam Date: Fri, 6 Jul 2018 02:07:34 +0200 Subject: [PATCH] Remove unnecessary call to the timepickers function. --- src/assets/js/working_plan.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/assets/js/working_plan.js b/src/assets/js/working_plan.js index a130d283..ef983043 100755 --- a/src/assets/js/working_plan.js +++ b/src/assets/js/working_plan.js @@ -338,7 +338,6 @@ // Refresh working plan to have the new break sorted in the break list. var workingPlan = this.get(); this.setup(workingPlan); - this.timepickers(false); }.bind(this)); };