From dc6d510c6adb575686a121d5b6403d12cfa5bb86 Mon Sep 17 00:00:00 2001 From: pliablepixels Date: Fri, 29 Apr 2016 19:48:41 -0400 Subject: removed redundant(?) wait message while swiping Former-commit-id: 83a5b1e5536915f19b089ed3e1add6e81d25e708 --- www/js/MonitorModalCtrl.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/js/MonitorModalCtrl.js') diff --git a/www/js/MonitorModalCtrl.js b/www/js/MonitorModalCtrl.js index 9ae2f324..92fc35e7 100644 --- a/www/js/MonitorModalCtrl.js +++ b/www/js/MonitorModalCtrl.js @@ -792,11 +792,11 @@ angular.module('zmApp.controllers').controller('MonitorModalCtrl', ['$scope', '$ $ionicLoading.hide(); - $ionicLoading.show({ + /*$ionicLoading.show({ template: "please wait...", noBackdrop: true, duration: zm.loadingTimeout, - }); + });*/ } -- cgit v1.2.3