Working on time tracker

This commit is contained in:
Hillel Coren 2017-10-08 17:40:48 +03:00
parent c1acbe30ee
commit 10b1bee64d

View File

@ -667,6 +667,9 @@
}
self.save = function(isSelected) {
if (model.sendingRequest()) {
return false;
}
if (! self.checkForOverlaps()) {
swal("{{ trans('texts.task_errors') }}");
return;