diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2020-10-17 18:57:34 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2020-10-17 18:57:34 -0400 |
| commit | 279fc157a5a46e0a51da35a91ea55df82290efaf (patch) | |
| tree | 688708cecd1aba426387583dc240af762e3100bb | |
| parent | 6ed4d12e31cf694a975817556ba020e65b7e6ff0 (diff) | |
#997 fix filter reset issue
| -rw-r--r-- | www/js/EventCtrl.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/js/EventCtrl.js b/www/js/EventCtrl.js index a2d57ed3..409ecae6 100644 --- a/www/js/EventCtrl.js +++ b/www/js/EventCtrl.js @@ -589,7 +589,9 @@ angular.module('zmApp.controllers') $scope.monitors = message; currEventsPage = 1; maxEventsPage = 1; + pageLoaded = false; $scope.navTitle = ""; + moreEvents = true; if ($scope.monitors.length == 0) { var pTitle = $translate.instant('kNoMonitors'); |
