diff options
| author | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-11-02 16:09:52 -0500 |
|---|---|---|
| committer | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-11-02 16:09:52 -0500 |
| commit | 4982e47c13ea7b7daece1e9d4e879430f3233bea (patch) | |
| tree | b59f40b55aa046c8c8db2cc249ef367033515ad8 /www/templates/monitors-modal.html | |
| parent | b8b470c3bfc948aa6dfb19241033a95723778635 (diff) | |
removed maxfps - its useless since I am taking snapshots
Diffstat (limited to 'www/templates/monitors-modal.html')
| -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 3b38eb9d..0e49417b 100644 --- a/www/templates/monitors-modal.html +++ b/www/templates/monitors-modal.html @@ -14,7 +14,7 @@ <div ng-if="$root.authSession!='undefined'"> <img id="monitorimage" imageonload="finishedLoadingImage()" image-spinner-loader="lines" - image-spinner-src="{{LoginData.streamingurl}}/cgi-bin/nph-zms?mode=single&monitor={{monitorId}}&maxfps={{LoginData.maxFPS}}{{$root.authSession}}&rand={{$root.modalRand}}" ng-class="{'zm-image-fit':imageFit==true, 'zm-image-crop':imageFit==false}" + image-spinner-src="{{LoginData.streamingurl}}/cgi-bin/nph-zms?mode=single&monitor={{monitorId}}{{$root.authSession}}&rand={{$root.modalRand}}" ng-class="{'zm-image-fit':imageFit==true, 'zm-image-crop':imageFit==false}" on-swipe-left="onSwipeLeft(monitorId,1)" on-swipe-right="onSwipeRight(monitorId,-1)" /> <!-- on-swipe-left="onSwipeLeft(monitorId,-1)" on-swipe-right="onSwipeRight(monitorId,1)"--> |
