summaryrefslogtreecommitdiff
path: root/www/js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2016-08-23 16:25:04 -0400
committerPliable Pixels <pliablepixels@gmail.com>2016-08-23 16:25:04 -0400
commit046bf01c1701d996fa0de7758e18cc1e2146f29a (patch)
treefc64f7e939503346706008f1c5e63bf3b6cd92c4 /www/js
parent65d7b6621802a46d8a4a3fe42c6c7dcf9f94874d (diff)
#306 - removed redundant commands here too
Former-commit-id: 1ddb4128bd296fb4d4ee5f7b03855e8adf090042
Diffstat (limited to 'www/js')
-rw-r--r--www/js/MonitorCtrl.js3
-rw-r--r--www/js/MontageCtrl.js3
2 files changed, 0 insertions, 6 deletions
diff --git a/www/js/MonitorCtrl.js b/www/js/MonitorCtrl.js
index 900084cb..ce6b7255 100644
--- a/www/js/MonitorCtrl.js
+++ b/www/js/MonitorCtrl.js
@@ -347,9 +347,6 @@ angular.module('zmApp.controllers')
$scope.LoginData = ZMDataModel.getLogin();
$rootScope.modalRand = Math.floor(Math.random() * (999999 - 111111 + 1)) + 111111;
- $scope.ptzWakeCommand = "";
- $scope.ptzSleepCommand = "";
- $scope.ptzResetCommand = "";
$scope.ptzMoveCommand = "";
$scope.ptzStopCommand = "";
diff --git a/www/js/MontageCtrl.js b/www/js/MontageCtrl.js
index c5ba05bd..595f61f1 100644
--- a/www/js/MontageCtrl.js
+++ b/www/js/MontageCtrl.js
@@ -665,9 +665,6 @@ function initPackery()
$scope.LoginData = ZMDataModel.getLogin();
$rootScope.modalRand = Math.floor(Math.random() * (999999 - 111111 + 1)) + 111111;
- $scope.ptzWakeCommand = "";
- $scope.ptzSleepCommand = "";
- $scope.ptzResetCommand = "";
$scope.ptzMoveCommand = "";
$scope.ptzStopCommand = "";