Skip to content

Commit

Permalink
#997 fix filter reset issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pliablepixels committed Oct 17, 2020
1 parent 6ed4d12 commit 279fc15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions www/js/EventCtrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 279fc15

Please sign in to comment.