From 52d5e10e4c3d3728f85d8a9a40a975cef5ab9ddb Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 20 Apr 2018 19:57:47 -0400 Subject: #606 allow event-modal to move from snapshot to play for better moment control --- www/js/MonitorCtrl.js | 7 ------- 1 file changed, 7 deletions(-) (limited to 'www/js/MonitorCtrl.js') 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(); }); -- cgit v1.2.3