summaryrefslogtreecommitdiff
path: root/www/js/MontageHistoryCtrl.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2016-10-07 16:12:03 -0400
committerPliable Pixels <pliablepixels@gmail.com>2016-10-07 16:12:03 -0400
commite86a3b8a9e1e6716b539adf010c528192c55dee1 (patch)
treefc5c00c9da981c9d79b76968d9dd00a046d90599 /www/js/MontageHistoryCtrl.js
parenta425c4c91b9adcf3278717779dfc35d5b6ae0c16 (diff)
more packery tweaks
Former-commit-id: 2604ad30c9bfffdb19cad98b39f40abd330c0e89
Diffstat (limited to 'www/js/MontageHistoryCtrl.js')
-rw-r--r--www/js/MontageHistoryCtrl.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/js/MontageHistoryCtrl.js b/www/js/MontageHistoryCtrl.js
index 897572b9..abe1f984 100644
--- a/www/js/MontageHistoryCtrl.js
+++ b/www/js/MontageHistoryCtrl.js
@@ -1141,10 +1141,11 @@ angular.module('zmApp.controllers').controller('zmApp.MontageHistoryCtrl', ['$sc
pckry.initShiftLayout(positions, 'eh-data-item-id');
}, 0);*/
}
+ $scope.allImagesLoaded = true;
$timeout(function () {
NVRDataModel.log("Force calling resize");
pckry.layout();
- $scope.allImagesLoaded = true;
+
}, zm.packeryTimer); // don't ask