summaryrefslogtreecommitdiff
path: root/www/js/MonitorCtrl.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-04-20 19:57:47 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-04-20 19:57:47 -0400
commit52d5e10e4c3d3728f85d8a9a40a975cef5ab9ddb (patch)
treeb52ec157a3d10173c8964bf1c6697f6b9bd64d9f /www/js/MonitorCtrl.js
parentf5c549df0adb14c880319d0e757698f0452ef58b (diff)
#606 allow event-modal to move from snapshot to play for better moment control
Diffstat (limited to 'www/js/MonitorCtrl.js')
-rw-r--r--www/js/MonitorCtrl.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/www/js/MonitorCtrl.js b/www/js/MonitorCtrl.js
index 928a15b9..74842c08 100644
--- a/www/js/MonitorCtrl.js
+++ b/www/js/MonitorCtrl.js
@@ -420,13 +420,6 @@ angular.module('zmApp.controllers')
.then(function(modal)
{
$scope.modal = modal;
-
- $ionicLoading.show(
- {
- template: $translate.instant('kPleaseWait') + "...",
- noBackdrop: true,
- duration: zm.loadingTimeout
- });
$scope.isModalActive = true;
$scope.modal.show();
});