Remove upgrade view altogether

This commit is contained in:
Johannes Zellner
2015-09-09 16:47:13 +02:00
parent 47a87cc298
commit 8184894563
3 changed files with 0 additions and 252 deletions

View File

@@ -40,9 +40,6 @@ app.config(['$routeProvider', function ($routeProvider) {
}).when('/support', {
controller: 'SupportController',
templateUrl: 'views/support.html'
}).when('/upgrade', {
controller: 'UpgradeController',
templateUrl: 'views/upgrade.html'
}).otherwise({ redirectTo: '/'});
}]);