From 6ad7648961463ddbd07a8a297d9ddcba96d453a1 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Thu, 13 Oct 2016 09:26:56 -0400 Subject: huh? where did packeryDone go? Former-commit-id: cd0eb6844a5716cf0d41bbb8e0a4bc9ac611a376 --- www/js/MontageHistoryCtrl.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'www/js') diff --git a/www/js/MontageHistoryCtrl.js b/www/js/MontageHistoryCtrl.js index 3800157a..fdfab07c 100644 --- a/www/js/MontageHistoryCtrl.js +++ b/www/js/MontageHistoryCtrl.js @@ -933,6 +933,7 @@ angular.module('zmApp.controllers').controller('zmApp.MontageHistoryCtrl', ['$sc $timeout(function () { NVRDataModel.log("Force calling resize"); pckry.layout(); + $scope.packeryDone = true; }, zm.packeryTimer); // don't ask @@ -952,6 +953,7 @@ angular.module('zmApp.controllers').controller('zmApp.MontageHistoryCtrl', ['$sc // I don't think I am using this anymore FIXME: check and delete if needed // $rootScope.rand = Math.floor((Math.random() * 100000) + 1); $scope.showControls = true; + $scope.packeryDone = false; readyToRun = false; $timeout(function () { -- cgit v1.2.3