diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2019-11-01 12:16:59 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2019-11-01 12:16:59 -0400 |
| commit | 8367c166622310f931b047c24178fe205cab3207 (patch) | |
| tree | 9fac02972d2357f5827d7873e50bccd379a7b43a | |
| parent | 140b1ef1a7b110178aebe17334353fa803d2ede7 (diff) | |
remove packery reinit on resize - why did I do that?
| -rw-r--r-- | www/js/MontageCtrl.js | 2 |
1 files changed, 1 insertions, 1 deletions
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(); } |
