diff options
Diffstat (limited to 'www')
| -rw-r--r-- | www/js/EventCtrl.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/js/EventCtrl.js b/www/js/EventCtrl.js index 059585e7..8082396b 100644 --- a/www/js/EventCtrl.js +++ b/www/js/EventCtrl.js @@ -246,8 +246,6 @@ angular.module('zmApp.controllers') $scope.rowHeight = $scope.rowHeightRegular; $scope.mid = ''; - $rootScope.monitorsFilter = ''; - $scope.$on ("alarm", function() { NVR.debug ("EventCtrl: new event notification, doing an immediate reload"); @@ -1849,7 +1847,7 @@ angular.module('zmApp.controllers') $rootScope.toTime = ""; $rootScope.fromString = ""; $rootScope.toString = ""; - + $rootScope.monitorsFilter = ""; $scope.id = 0; $scope.showEvent = false; $scope.footerState = ionPullUpFooterState.MINIMIZED; |
