diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2017-11-02 14:56:45 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2017-11-02 14:56:45 -0400 |
| commit | 479b09f62d150cd56990be3d638c6b5f9dc5587c (patch) | |
| tree | ba3361ab9418ebb755289f70450d25d51168e700 /www/js/MonitorModalCtrl.js | |
| parent | 22c27c6b6e53c17604f03466f573241c6e801a15 (diff) | |
bazillion changes/cleanup - I think I got the big offender it was unload handler in app.js #550
Diffstat (limited to 'www/js/MonitorModalCtrl.js')
| -rw-r--r-- | www/js/MonitorModalCtrl.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/js/MonitorModalCtrl.js b/www/js/MonitorModalCtrl.js index 01169130..2815cb2e 100644 --- a/www/js/MonitorModalCtrl.js +++ b/www/js/MonitorModalCtrl.js @@ -1511,6 +1511,11 @@ angular.module('zmApp.controllers').controller('MonitorModalCtrl', ['$scope', '$ data.control.Control.HasHomePreset = '1';*/ // *** Only for testing - comment out - end // + + //data.control.Control.HasPresets = '1'; + //data.control.Control.HasHomePreset = '1' + + $scope.ptzMoveCommand = "move"; // start with as move; $scope.ptzStopCommand = ""; |
