Remove unnecessary call to the timepickers function.

This commit is contained in:
oxteam 2018-07-06 02:07:34 +02:00
parent beaa309054
commit 813a9049d8
1 changed files with 0 additions and 1 deletions

View File

@ -338,7 +338,6 @@
// Refresh working plan to have the new break sorted in the break list. // Refresh working plan to have the new break sorted in the break list.
var workingPlan = this.get(); var workingPlan = this.get();
this.setup(workingPlan); this.setup(workingPlan);
this.timepickers(false);
}.bind(this)); }.bind(this));
}; };