diff --git a/src/views/app.js b/src/views/app.js index d71ee0bf7..e98ed8c6e 100644 --- a/src/views/app.js +++ b/src/views/app.js @@ -1051,15 +1051,6 @@ angular.module('Application').controller('AppController', ['$scope', '$location' ], function (error) { if (error) return Client.error(error); - $scope.display.show(); - $scope.location.show(); - $scope.resources.show(); - $scope.access.show(); - $scope.email.show(); - $scope.security.show(); - $scope.backups.show(); - $scope.updates.show(); - var refreshTimer = $interval(function () { refreshApp(); }, 2000); // call with inline function to avoid iteration argument passed see $interval docs $scope.$on('$destroy', function () { $interval.cancel(refreshTimer);