diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-03-29 15:59:22 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-03-29 15:59:22 -0400 |
| commit | 6fe8b88916291e62360217ee23829d4c0db592aa (patch) | |
| tree | a530ed12f73c81f528338e802f6ee8fcadb6c279 /www/js/MontageCtrl.js | |
| parent | 841ce9375703e664dc75943189deeb758ee0a17f (diff) | |
removed "please wait" in montage and moment, so user can interact faster. What's the worst that can happen ? :P
Diffstat (limited to 'www/js/MontageCtrl.js')
| -rw-r--r-- | www/js/MontageCtrl.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/js/MontageCtrl.js b/www/js/MontageCtrl.js index a88eed10..9d257d33 100644 --- a/www/js/MontageCtrl.js +++ b/www/js/MontageCtrl.js @@ -200,12 +200,12 @@ angular.module('zmApp.controllers') function initPackery() { - $ionicLoading.show( + /* $ionicLoading.show( { template: $translate.instant('kArrangingImages'), noBackdrop: true, duration: zm.loadingTimeout - }); + });*/ var progressCalled = false; draggies = []; |
