Skip to content

Commit 1bf7685

Browse files
author
Arjen Miedema
committed
Remove "goToStart" method because it's no longer used
The "goToStart" method was used for the "Back" button on the first step, but since that button is disabled now, the method is no longer used within Magento. Therefore it is removed from the codebase now.
1 parent 9668ae7 commit 1bf7685

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

setup/pub/magento/setup/main.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,6 @@ main.controller('navigationController',
9393
return str.indexOf(suffix, str.length - suffix.length) !== -1;
9494
};
9595

96-
$scope.goToStart = function() {
97-
$scope.goToAction($state.current.type);
98-
};
99-
10096
$scope.goToBackup = function() {
10197
$state.go('root.create-backup-uninstall');
10298
};

0 commit comments

Comments
 (0)