diff --git a/js/controller.js b/js/controller.js index 229f943c..b31c7c36 100644 --- a/js/controller.js +++ b/js/controller.js @@ -102,20 +102,14 @@ }; $scope.doSaveGridState = function() { - $scope.showLeftMenu = false; - $scope.dropDownUserMenuClass = ""; eventbus.broadcast(homer.modules.pages.events.saveGridState, "1"); }; $scope.doRestoreGridState = function() { - $scope.showLeftMenu = false; - $scope.dropDownUserMenuClass = ""; eventbus.broadcast(homer.modules.pages.events.restoreGridState, "1"); }; $scope.doResetGridState = function() { - $scope.showLeftMenu = false; - $scope.dropDownUserMenuClass = ""; eventbus.broadcast(homer.modules.pages.events.resetGridState, "1"); $location.path(homer.modules.pages.routes.home); }; @@ -378,4 +372,4 @@ $uibModalInstance.close("upload"); }; }); -})(angular, homer); +})(angular, homer); \ No newline at end of file