Front needs the jsTimeline by default

This commit is contained in:
Gaël Métais
2015-02-09 19:04:47 +01:00
parent 42c27af604
commit 2d003febc1
+2 -1
View File
@@ -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) {