summaryrefslogtreecommitdiff
path: root/www/js/MontageCtrl.js
diff options
context:
space:
mode:
authorpliablepixels <pliablepixels@gmail.com>2016-04-28 16:34:24 -0400
committerpliablepixels <pliablepixels@gmail.com>2016-04-28 16:34:24 -0400
commit6c3684295de8e57fae99c7724f119f0451f484a9 (patch)
tree889f34f457729d2130472c4c369e61ea0ac8e79d /www/js/MontageCtrl.js
parentd77857a5789dc907ab8c7c578a2a24e8155add52 (diff)
don't allow drag when footer pullup is expanded
Former-commit-id: 80d98d8c4d9c5229695a9efd6dd8861f21b796df
Diffstat (limited to 'www/js/MontageCtrl.js')
-rw-r--r--www/js/MontageCtrl.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/MontageCtrl.js b/www/js/MontageCtrl.js
index 7da4b99a..8974f3b4 100644
--- a/www/js/MontageCtrl.js
+++ b/www/js/MontageCtrl.js
@@ -254,7 +254,7 @@ function initPackery()
imagesLoaded(elem).on('progress', function(instance, img) {
//console.log ("******** SOME IMAGE LOADED");
- console.log ("IMAGE PROGRESS " + JSON.stringify(img.img));
+ console.log ("IMAGE PROGRESS " + JSON.stringify(img) );
progressCalled = true;
if (layouttype) $timeout (function(){layout(pckry);},100);