diff options
Diffstat (limited to 'www/js')
| -rw-r--r-- | www/js/MomentCtrl.js | 4 | ||||
| -rw-r--r-- | www/js/MontageCtrl.js | 4 |
2 files changed, 4 insertions, 4 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(); 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 = []; |
