diff options
| author | Pliable Pixels <pliablepixels@users.noreply.github.com> | 2016-08-22 10:26:39 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-08-22 10:26:39 -0400 |
| commit | 42e8639458ab943a75d29d50621820a34622d8a7 (patch) | |
| tree | b4387e669780d2e22fc5f80e17747ce4e2bcc4ed /www/js/MontageCtrl.js | |
| parent | 71045ed744f17d645c69295fc849e5cb4ab9b866 (diff) | |
Revert "Added Wake-Sleep-Reset control commands"
Former-commit-id: bd9563286cf4ac6c56a9cddb71f53f6cf1d0fda5
Diffstat (limited to 'www/js/MontageCtrl.js')
| -rw-r--r-- | www/js/MontageCtrl.js | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/www/js/MontageCtrl.js b/www/js/MontageCtrl.js index c5ba05bd..6d93e753 100644 --- a/www/js/MontageCtrl.js +++ b/www/js/MontageCtrl.js @@ -664,11 +664,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 = ""; @@ -1159,4 +1154,4 @@ $scope.$on('$ionicView.afterEnter', function () { }; -}]); +}]);
\ No newline at end of file |
