summaryrefslogtreecommitdiff
path: root/www/templates/events-modal.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/templates/events-modal.html')
-rw-r--r--www/templates/events-modal.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/templates/events-modal.html b/www/templates/events-modal.html
index 67a174aa..d4f23bbb 100644
--- a/www/templates/events-modal.html
+++ b/www/templates/events-modal.html
@@ -246,12 +246,12 @@
</li>
- <li ng-if="!isVideoLoading">
+ <li ng-if="!isVideoLoading && defaultVideo">
<a href="" ng-click="videoSeek(-10000)">
<i class="ion-arrow-return-left"></i> -10
</a>
</li>
- <li ng-if="!isVideoLoading">
+ <li ng-if="!isVideoLoading && defaultVideo">
<a href="" ng-click="videoSeek(10000)">
<i class="ion-arrow-return-right"></i> +10
</a>