diff options
| author | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-11-05 17:06:45 -0500 |
|---|---|---|
| committer | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-11-05 17:06:45 -0500 |
| commit | e52010b16a772f125b88a4f1c203b9ebd9248976 (patch) | |
| tree | 978b971a0d72dcf274cf1aa37d68c247b211b60e | |
| parent | 3f25b22a9332851268906d8c14b199640e94e48d (diff) | |
recording in progress fix
| -rw-r--r-- | www/templates/events.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/templates/events.html b/www/templates/events.html index 8748bfef..5492289c 100644 --- a/www/templates/events.html +++ b/www/templates/events.html @@ -105,7 +105,7 @@ </div> <span style="float:right"> - <div ng-if="event.Event.Frames"> + <div ng-if="event.Event.EndTime"> <button class="button button-small icon icon-left ion-ios-eye" ng-click="toggleGroup(event,$index,event.Event.Frames)" > Quick Scrub </button> @@ -115,7 +115,8 @@ ng-click="closeIfOpen(event);openModal(event)" > View Footage </button> </div> - <div ng-if="!event.Event.Frames || event.Event.Frames == undefined"> + + <div ng-if="!event.Event.EndTime"> <p>recording in progress</p> </div> </span> |
