diff options
| author | pliablepixels <pliablepixels@gmail.com> | 2016-05-11 11:03:47 -0400 |
|---|---|---|
| committer | pliablepixels <pliablepixels@gmail.com> | 2016-05-11 11:03:47 -0400 |
| commit | 62ba7223884d19145e0fb022c9134888983a665d (patch) | |
| tree | b61d5e290c465bde11d7992a26acea2a2b344ddf /www/templates | |
| parent | 1c22d97aa9a132e4436aa9fa0d4f6ca2541f685a (diff) | |
#247 - significant simplification, chopping off events and redundant code. If things explode, I'm sure furious users will remind me.
Former-commit-id: 9b7c2fff820fa65ec74c971e945a3031db0ca67e
Diffstat (limited to 'www/templates')
| -rw-r--r-- | www/templates/monitors-modal.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/monitors-modal.html b/www/templates/monitors-modal.html index a071a75d..b2f06af2 100644 --- a/www/templates/monitors-modal.html +++ b/www/templates/monitors-modal.html @@ -38,7 +38,7 @@ <div ng-show="isControllable=='1' && showPTZ"> <div class="ptzcentered"> - <circular options="radialMenuOptions"> + <circular options="ptzRadialMenuOptions"> </circular> </div> |
