Browse Source

Remove uneeded function

Gaël Métais 10 years ago
parent
commit
f2a933c51b
1 changed files with 0 additions and 4 deletions
  1. 0 4
      front/src/js/controllers/dashboardCtrl.js

+ 0 - 4
front/src/js/controllers/dashboardCtrl.js

@@ -30,10 +30,6 @@ dashboardCtrl.controller('DashboardCtrl', ['$scope', '$rootScope', '$routeParams
         $scope.tweetText = 'I\'ve discovered this cool open-source tool that audits the front-end quality of a web page: ';
     }
 
-    $scope.showRulePage = function(ruleName) {
-        $location.path('/result/' + $scope.runId + '/rule/' + ruleName);
-    };
-
     $scope.testAgain = function() {
         API.relaunchTest($scope.result);
     };