Ver código fonte

Front needs the jsTimeline by default

Gaël Métais 10 anos atrás
pai
commit
2d003febc1
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      front/src/js/services/apiService.js

+ 2 - 1
front/src/js/services/apiService.js

@@ -8,7 +8,8 @@ apiService.factory('API', ['$location', 'Runs', 'Results', function($location, R
             Runs.save({
             Runs.save({
                 url: url,
                 url: url,
                 waitForResponse: false,
                 waitForResponse: false,
-                screenshot: true
+                screenshot: true,
+                jsTimeline: true
             }, function(data) {
             }, function(data) {
                 $location.path('/queue/' + data.runId);
                 $location.path('/queue/' + data.runId);
             }, function(response) {
             }, function(response) {