diff options
Diffstat (limited to 'www/js/EventCtrl.js')
| -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 8254123c..66dec420 100644 --- a/www/js/EventCtrl.js +++ b/www/js/EventCtrl.js @@ -730,6 +730,7 @@ angular.module('zmApp.controllers') }, { reload: true }); + return; } }; @@ -799,6 +800,7 @@ angular.module('zmApp.controllers') "id": 0, "playEvent":false }); + return; } else { NVRDataModel.log("Filter reset cancelled in popup"); } |
