summaryrefslogtreecommitdiff
path: root/www/js/MontageHistoryCtrl.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2016-10-13 09:26:56 -0400
committerPliable Pixels <pliablepixels@gmail.com>2016-10-13 09:26:56 -0400
commit6ad7648961463ddbd07a8a297d9ddcba96d453a1 (patch)
treeee3e79bd7c87927151718c15f189085eeb4b13c6 /www/js/MontageHistoryCtrl.js
parent9661f1587b189dc456b18860689eba70113d9ea4 (diff)
huh? where did packeryDone go?
Former-commit-id: cd0eb6844a5716cf0d41bbb8e0a4bc9ac611a376
Diffstat (limited to 'www/js/MontageHistoryCtrl.js')
-rw-r--r--www/js/MontageHistoryCtrl.js2
1 files changed, 2 insertions, 0 deletions
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 () {