diff options
| author | = <=> | 2019-03-14 15:59:37 -0400 |
|---|---|---|
| committer | = <=> | 2019-03-14 15:59:37 -0400 |
| commit | 465a3f89ac7f61aa63ac9a732aee66352eeeb198 (patch) | |
| tree | 84be431c2f6f951a5d28af9930322806d7eaa18a /www/js/MonitorModalCtrl.js | |
| parent | 755a0eb59a8799742096dcb600d76fd149e26e57 (diff) | |
#784 Ctrl/Cmd+L to lock
Diffstat (limited to 'www/js/MonitorModalCtrl.js')
| -rw-r--r-- | www/js/MonitorModalCtrl.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
