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

live tv updates

This commit is contained in:
Luke Pulverenti 2013-12-20 15:09:49 -05:00
parent 736a8233a3
commit 97a67a7cf8
16 changed files with 397 additions and 117 deletions

View file

@ -13,7 +13,7 @@
<a href="livetvseriestimers.html">Series</a>
</div>
<div data-role="content">
<form id="liveTvTimerForm" style="margin: 0 auto;">
<form class="liveTvTimerForm" style="margin: 0 auto;">
<p><span class="itemName inlineItemName"></span><span class="itemMiscInfo" style="display: inline;"></span></p>
<p class="itemEpisodeName"></p>
<p>
@ -74,7 +74,7 @@
</form>
</div>
<script type="text/javascript">
$('#liveTvTimerForm').on('submit', LiveTvTimerPage.onSubmit);
$('.liveTvTimerForm').off('submit', LiveTvTimerPage.onSubmit).on('submit', LiveTvTimerPage.onSubmit);
</script>
</div>