diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-11-09 16:41:28 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-11-09 16:41:28 -0500 |
| commit | 8b4c11e4e234f1eb52bb16322bacd00c455879f0 (patch) | |
| tree | 87d45f4d920d610a17579b4d269c594e0277e7c3 /www/js/EventModalCtrl.js | |
| parent | 717ccc31124dfc3fe8071b4468f3d77af08fec82 (diff) | |
some more tweaks to h264 video display given its all the rage now
Diffstat (limited to 'www/js/EventModalCtrl.js')
| -rw-r--r-- | www/js/EventModalCtrl.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/EventModalCtrl.js b/www/js/EventModalCtrl.js index 94c11e25..628cc1ff 100644 --- a/www/js/EventModalCtrl.js +++ b/www/js/EventModalCtrl.js @@ -791,6 +791,7 @@ angular.module('zmApp.controllers').controller('EventModalCtrl', ['$scope', '$ro return; + $scope.videoDynamicTime = ""; $scope.videoIsReady = false; var ld = NVRDataModel.getLogin(); $scope.loginData = NVRDataModel.getLogin(); |
