diff options
Diffstat (limited to 'www')
| -rw-r--r-- | www/templates/events-modal.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/templates/events-modal.html b/www/templates/events-modal.html index 821edb6e..75b09912 100644 --- a/www/templates/events-modal.html +++ b/www/templates/events-modal.html @@ -245,6 +245,17 @@ </a> </li> + + <li ng-if="!isVideoLoading"> + <a href="" ng-click="videoSeek(-10000)"> + <i class="ion-arrow-return-left"></i>-10 + </a> + </li> + <li ng-if="!isVideoLoading"> + <a href="" ng-click="videoSeek(10000)"> + <i class="ion-arrow-return-right"></i>+10 + </a> + </li> </ul> </div> </div> |
