diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2020-04-28 10:49:14 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2020-04-28 10:49:14 -0400 |
| commit | c68cb8fffba0b2b96ef1bbeba8ee2853653cbd1a (patch) | |
| tree | e00b9021a1663503af90df2efb2d83c25b92441d /www/js/EventCtrl.js | |
| parent | a3e25c85ee588304ce1f908bfa1d85b37bf11fe3 (diff) | |
video playback mods
Diffstat (limited to 'www/js/EventCtrl.js')
| -rw-r--r-- | www/js/EventCtrl.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/js/EventCtrl.js b/www/js/EventCtrl.js index eed6bc44..b195d6eb 100644 --- a/www/js/EventCtrl.js +++ b/www/js/EventCtrl.js @@ -2694,6 +2694,8 @@ angular.module('zmApp.controllers') }); } + + //-------------------------------------------------------- //We need to destroy because we are instantiating // it on open @@ -2708,7 +2710,7 @@ angular.module('zmApp.controllers') } } - + $ionicLoading.hide(); NVR.setAwake(false); if ($scope.modal !== undefined) { $scope.modal.remove(); |
