diff options
Diffstat (limited to 'www/js/MontageCtrl.js')
| -rw-r--r-- | www/js/MontageCtrl.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/MontageCtrl.js b/www/js/MontageCtrl.js index 1e13dd80..6675c4eb 100644 --- a/www/js/MontageCtrl.js +++ b/www/js/MontageCtrl.js @@ -379,6 +379,7 @@ angular.module('zmApp.controllers') return; } + if (pckry && !$scope.isDragabillyOn) pckry.shiftLayout(); $rootScope.rand = Math.floor((Math.random() * 100000) + 1); // if you see the time move, montage should move |
