diff options
Diffstat (limited to 'www/templates/events-modal.html')
| -rw-r--r-- | www/templates/events-modal.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/templates/events-modal.html b/www/templates/events-modal.html index 0ffd5540..46bffd06 100644 --- a/www/templates/events-modal.html +++ b/www/templates/events-modal.html @@ -4,7 +4,7 @@ <ion-content style="background-color:#444444" ng-cloak> <ion-scroll has-bouncing=false min-zoom=1 zooming="true" direction="xy" style="width: 100%; "> - <div id="full-screen-event" style="height: 100vh;"> + <div style="height: 100vh;"> <div ng-if="defaultVideo=='' || loginData.enableh264==false"> @@ -61,7 +61,7 @@ <a mfb-button icon="ion-close" label="exit event view" ng-click="closeModal()"> </a> </nav> -<div class="events-range-modal-text">playing event: {{eventId}}, next:{{nextId}}, prev:{{prevId}}</div> +<div class="events-range-modal-text" id="full-screen-event">playing event: {{eventId}}</div> <div class="events-range-modal" ng-if="defaultVideo==''"> <div style="width:90%"> |
