Skip to content

Commit

Permalink
#306 - removed redundant commands here too
Browse files Browse the repository at this point in the history
  • Loading branch information
pliablepixels committed Aug 23, 2016
1 parent e8ed3f5 commit b0fe3c6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions www/js/MonitorCtrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "";
Expand Down
3 changes: 0 additions & 3 deletions www/js/MontageCtrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "";
Expand Down

0 comments on commit b0fe3c6

Please sign in to comment.