summaryrefslogtreecommitdiff
path: root/www/js/MontageHistoryCtrl.js
diff options
context:
space:
mode:
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