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/MomentCtrl.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/MomentCtrl.js')
| -rw-r--r-- | www/js/MomentCtrl.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/js/MomentCtrl.js b/www/js/MomentCtrl.js index 97fcd6d4..3ed6a49a 100644 --- a/www/js/MomentCtrl.js +++ b/www/js/MomentCtrl.js @@ -509,11 +509,11 @@ angular.module('zmApp.controllers').controller('zmApp.MomentCtrl', ['$scope', '$ // of images. Pretty important for a timeline related function //---------------------------------------------------------------- function initMasonry() { - $ionicLoading.show({ + /*$ionicLoading.show({ template: $translate.instant('kArrangingImages'), noBackdrop: true, duration: zm.loadingTimeout - }); + });*/ var progressCalled = false; var ld = NVRDataModel.getLogin(); |
