diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-04-14 20:12:56 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-04-14 20:12:56 -0400 |
| commit | 51147d827dc8c1133b1f3da5ec316d3f115822ff (patch) | |
| tree | fc34186b0b13c6d228ee8497db081929a8494e91 /www | |
| parent | 40e07fd39fa64b174cfe79312a96f9b82d72d4b4 (diff) | |
#606 recreate packer for snapshot mode too
Diffstat (limited to 'www')
| -rw-r--r-- | www/js/MontageCtrl.js | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/js/MontageCtrl.js b/www/js/MontageCtrl.js index c0c9fc1b..f8ff4b01 100644 --- a/www/js/MontageCtrl.js +++ b/www/js/MontageCtrl.js @@ -1170,15 +1170,14 @@ angular.module('zmApp.controllers') NVRDataModel.regenConnKeys(); $scope.monitors = NVRDataModel.getMonitorsNow(); $scope.MontageMonitors = angular.copy($scope.monitors); + } + // we need to do this as we hide the view for snapshot as well //areStreamsStopped = false; $timeout(function () // after render { initPackery(); }, zm.packeryTimer); - - - } } |
