From dea460e0a98b16668b422b78367b06d4b5a0c12f Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 1 Oct 2017 14:13:26 +0300 Subject: [PATCH] Working on the time tracker --- .../tasks/time_tracker_knockout.blade.php | 24 +++++++++++-------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/resources/views/tasks/time_tracker_knockout.blade.php b/resources/views/tasks/time_tracker_knockout.blade.php index c815c1425d4f..a5ccb5bad37d 100644 --- a/resources/views/tasks/time_tracker_knockout.blade.php +++ b/resources/views/tasks/time_tracker_knockout.blade.php @@ -650,31 +650,28 @@ var times = data.time_log instanceof Array ? data.time_log : JSON.parse(data.time_log); ko.mapping.fromJS(data, self.mapping, this); self.time_log.removeAll(); - console.log('removing all...'); for (var i=0; i