1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Add remote control chapter menu

This commit is contained in:
Luke Pulverenti 2014-05-12 14:04:25 -04:00
parent a5ab0b50c6
commit 20836ec2f6
26 changed files with 400 additions and 374 deletions

View file

@ -135,11 +135,17 @@
<div data-role="popup" id="popupSubtitleTrackMenu" data-history="false" data-transition="flip">
<div class="trackList"></div>
</div>
<div class="chapterMenuOverlay" style="display: none;"></div>
<div class="chapterMenu" style="display: none;">
<div class="chapterMenuInner">
</div>
</div>
<script type="text/javascript">
$('.sendMessageForm').off('submit', NowPlayingPage.onMessageSubmit).on('submit', NowPlayingPage.onMessageSubmit);
$('.typeTextForm').off('submit', NowPlayingPage.onSendStringSubmit).on('submit', NowPlayingPage.onSendStringSubmit);
</script>
</script>
</div>
</body>
</html>