From 51147d827dc8c1133b1f3da5ec316d3f115822ff Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sat, 14 Apr 2018 20:12:56 -0400 Subject: #606 recreate packer for snapshot mode too --- www/js/MontageCtrl.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'www/js') 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); - - - } } -- cgit v1.2.3