From 2d003febc1b8a3f243a77620aff49d78966288b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Mon, 9 Feb 2015 19:04:47 +0100 Subject: [PATCH] Front needs the jsTimeline by default --- front/src/js/services/apiService.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/front/src/js/services/apiService.js b/front/src/js/services/apiService.js index 27aaac9..28b4db1 100644 --- a/front/src/js/services/apiService.js +++ b/front/src/js/services/apiService.js @@ -8,7 +8,8 @@ apiService.factory('API', ['$location', 'Runs', 'Results', function($location, R Runs.save({ url: url, waitForResponse: false, - screenshot: true + screenshot: true, + jsTimeline: true }, function(data) { $location.path('/queue/' + data.runId); }, function(response) {