diff --git a/front/src/js/controllers/dashboardCtrl.js b/front/src/js/controllers/dashboardCtrl.js index 38b3f95..b8f2115 100644 --- a/front/src/js/controllers/dashboardCtrl.js +++ b/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); };