From 99263499fd521675670f1e53f0bdf3525832c55f Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sun, 14 Apr 2019 09:54:14 -0400 Subject: cleanup --- www/js/MontageCtrl.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www') diff --git a/www/js/MontageCtrl.js b/www/js/MontageCtrl.js index b783a4b3..ad7e3d75 100644 --- a/www/js/MontageCtrl.js +++ b/www/js/MontageCtrl.js @@ -2366,9 +2366,9 @@ angular.module('zmApp.controllers') } } - $timeout(function () { + pckry.reloadItems(); - + $timeout(function () { pckry.once('layoutComplete', function () { //console.log ("Layout complete"); var positions = pckry.getShiftPositions('data-item-id'); -- cgit v1.2.3