diff options
Diffstat (limited to 'www/js/MontageCtrl.js')
| -rw-r--r-- | www/js/MontageCtrl.js | 3 |
1 files changed, 0 insertions, 3 deletions
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 = ""; |
