summaryrefslogtreecommitdiff
path: root/www/js/TimelineCtrl.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-09-30 17:39:39 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-09-30 17:39:39 -0400
commit50d51dbeb01f88fcd93675f5422a823bd3b27035 (patch)
treea8082f362be84f25b4113edff334ca44b56a05ed /www/js/TimelineCtrl.js
parent4c934b2a119d8696b91ce2c21c74d05bbf4036d3 (diff)
remove backdrop in loaders
Diffstat (limited to 'www/js/TimelineCtrl.js')
-rw-r--r--www/js/TimelineCtrl.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/js/TimelineCtrl.js b/www/js/TimelineCtrl.js
index 250fda9e..b612468a 100644
--- a/www/js/TimelineCtrl.js
+++ b/www/js/TimelineCtrl.js
@@ -1026,7 +1026,7 @@ angular.module('zmApp.controllers').controller('zmApp.TimelineCtrl', ['$ionicPla
$ionicLoading.show({
template: $translate.instant('kLoadingGraph') + "...",
animation: 'fade-in',
- showBackdrop: true,
+ showBackdrop: false,
maxWidth: 200,
showDelay: 0,
duration: zm.loadingTimeout, //specifically for Android - http seems to get stuck at times
@@ -1398,7 +1398,7 @@ angular.module('zmApp.controllers').controller('zmApp.TimelineCtrl', ['$ionicPla
/*$ionicLoading.show({
template: "",
animation: 'fade-in',
- showBackdrop: true,
+ showBackdrop: false,
maxWidth: 200,
showDelay: 0,
duration: 1500,