From 465a3f89ac7f61aa63ac9a732aee66352eeeb198 Mon Sep 17 00:00:00 2001 From: = <=> Date: Thu, 14 Mar 2019 15:59:37 -0400 Subject: #784 Ctrl/Cmd+L to lock --- www/js/MonitorModalCtrl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js/MonitorModalCtrl.js') diff --git a/www/js/MonitorModalCtrl.js b/www/js/MonitorModalCtrl.js index fb751161..4d5f94f2 100644 --- a/www/js/MonitorModalCtrl.js +++ b/www/js/MonitorModalCtrl.js @@ -117,7 +117,7 @@ angular.module('zmApp.controllers').controller('MonitorModalCtrl', ['$scope', '$ $scope.togglePTZ(); } else { // rest of the functions are PTZ if (!$scope.showPTZ) { - NVR.debug("PTZ is not on, or disabled"); + //NVR.debug("PTZ is not on, or disabled"); return; } // coming here means PTZ is on -- cgit v1.2.3