diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-05-04 16:57:09 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-05-04 16:57:09 -0400 |
| commit | 74d9858aca09fd7377e5f6c362fb3fe16ca0b6c9 (patch) | |
| tree | 87a36fa121927520a03673e614981fa660eb10a1 /www/templates/events-modal.html | |
| parent | d1cad20e13e8f9485d7032e9ae21e958eec1f6fa (diff) | |
stream animation for events fixed
Diffstat (limited to 'www/templates/events-modal.html')
| -rw-r--r-- | www/templates/events-modal.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/events-modal.html b/www/templates/events-modal.html index 0664dbba..a00e9305 100644 --- a/www/templates/events-modal.html +++ b/www/templates/events-modal.html @@ -42,7 +42,7 @@ </div> </div> <!-- no default video --> - <div ng-if="defaultVideo!==undefined && defaultVideo!='' && !isSnapShot()"> + <div ng-if="defaultVideo!==undefined && defaultVideo!='' && !isSnapShot() && !isStreamStopped()"> <div ng-if="videoIsReady"> <!-- <div style="height:{{$root.devHeight}}px; width:{{$root.devWidth}}px;">--> |
