summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-03-29 15:59:22 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-03-29 15:59:22 -0400
commit6fe8b88916291e62360217ee23829d4c0db592aa (patch)
treea530ed12f73c81f528338e802f6ee8fcadb6c279 /www
parent841ce9375703e664dc75943189deeb758ee0a17f (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')
-rw-r--r--www/js/MomentCtrl.js4
-rw-r--r--www/js/MontageCtrl.js4
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 = [];