diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-10-31 14:51:39 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-10-31 14:51:39 -0400 |
| commit | 38aecc45c37dbaf35a0523f3e8a880570b64f47a (patch) | |
| tree | a8b56e79bcb7490d377278ac7595e0919a6b7acc /www/js/EventCtrl.js | |
| parent | 91c6171487cc4f88b935deb8b3cf61ef9728e009 (diff) | |
#733 use new Monitor_Status if available
Diffstat (limited to 'www/js/EventCtrl.js')
| -rw-r--r-- | www/js/EventCtrl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/EventCtrl.js b/www/js/EventCtrl.js index caf27220..66ff6463 100644 --- a/www/js/EventCtrl.js +++ b/www/js/EventCtrl.js @@ -2815,7 +2815,7 @@ angular.module('zmApp.controllers') function recomputeThumbSize() { - NVRDataModel.debug("EventCtrl: recompute thumbnails"); + // NVRDataModel.debug("EventCtrl: recompute thumbnails"); for (var i = 0; i < $scope.events.length; i++) { var tempMon = NVRDataModel.getMonitorObject($scope.events[i].Event.MonitorId); |
