summaryrefslogtreecommitdiff
path: root/www/js/EventCtrl.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/EventCtrl.js
parent4c934b2a119d8696b91ce2c21c74d05bbf4036d3 (diff)
remove backdrop in loaders
Diffstat (limited to 'www/js/EventCtrl.js')
-rw-r--r--www/js/EventCtrl.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/EventCtrl.js b/www/js/EventCtrl.js
index 2b5ef82d..0d2ae4ab 100644
--- a/www/js/EventCtrl.js
+++ b/www/js/EventCtrl.js
@@ -2658,7 +2658,7 @@ angular.module('zmApp.controllers')
$ionicLoading.show({
template: $translate.instant('kSearchCancelled'),
animation: 'fade-in',
- showBackdrop: true,
+ showBackdrop: false,
duration: 2000,
maxWidth: 200,
showDelay: 0