From 8367c166622310f931b047c24178fe205cab3207 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 1 Nov 2019 12:16:59 -0400 Subject: remove packery reinit on resize - why did I do that? --- www/js/MontageCtrl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js/MontageCtrl.js') diff --git a/www/js/MontageCtrl.js b/www/js/MontageCtrl.js index edca6dbb..d917c49e 100644 --- a/www/js/MontageCtrl.js +++ b/www/js/MontageCtrl.js @@ -148,7 +148,7 @@ angular.module('zmApp.controllers') function jiggleMontage() { if ($scope.reOrderActive) return; NVR.debug ('window resized'); - initPackery(); + //initPackery(); } -- cgit v1.2.3