diff options
| -rw-r--r-- | www/js/EventCtrl.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/www/js/EventCtrl.js b/www/js/EventCtrl.js index b0377d5d..469c0803 100644 --- a/www/js/EventCtrl.js +++ b/www/js/EventCtrl.js @@ -2797,8 +2797,6 @@ angular.module('zmApp.controllers') var mh = parseInt(tempMon.Monitor.Height); var mo = parseInt(tempMon.Monitor.Orientation); - // in recompute, we've already taken care of orientation - // so don't pass it again var th = computeThumbnailSize(mw, mh, mo); $scope.events[i].Event.thumbWidth = th.w; $scope.events[i].Event.thumbHeight = th.h; |
