Working on time tracker

This commit is contained in:
Hillel Coren 2017-09-26 12:03:51 +03:00
parent 5b6e2166a8
commit fae99a03ff

View File

@ -496,6 +496,7 @@
} }
} else { } else {
self.update(response); self.update(response);
model.isStartEnabled(true);
if (self.isRunning()) { if (self.isRunning()) {
if (self.time_log().length == 1) { if (self.time_log().length == 1) {
toastr.success("{{ trans('texts.started_task') }}"); toastr.success("{{ trans('texts.started_task') }}");