summaryrefslogtreecommitdiff
path: root/www/js/MontageCtrl.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/MontageCtrl.js')
-rw-r--r--www/js/MontageCtrl.js5
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);
-
-
- }
}