summaryrefslogtreecommitdiff
path: root/www/js/MonitorCtrl.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/MonitorCtrl.js')
-rw-r--r--www/js/MonitorCtrl.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/www/js/MonitorCtrl.js b/www/js/MonitorCtrl.js
index d47c1bfb..fbfef879 100644
--- a/www/js/MonitorCtrl.js
+++ b/www/js/MonitorCtrl.js
@@ -284,9 +284,6 @@ angular.module('zmApp.controllers')
$scope.monitors = [];
$scope.monitors = message;
-
-
-
if ($scope.monitors.length == 0) {
$rootScope.zmPopup = $ionicPopup.alert({
title: $translate.instant('kNoMonitors'),