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:
parent
736a8233a3
commit
97a67a7cf8
16 changed files with 397 additions and 117 deletions
|
@ -13,7 +13,7 @@
|
|||
<a href="livetvseriestimers.html" class="ui-btn-active">Series</a>
|
||||
</div>
|
||||
<div data-role="content">
|
||||
<form id="liveTvSeriesTimerForm" style="margin: 0 auto;">
|
||||
<form class="liveTvSeriesTimerForm" style="margin: 0 auto;">
|
||||
<p><span class="itemName inlineItemName"></span></p>
|
||||
|
||||
<p>
|
||||
|
@ -108,7 +108,7 @@
|
|||
</form>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
$('#liveTvSeriesTimerForm').on('submit', LiveTvSeriesTimerPage.onSubmit);
|
||||
$('.liveTvSeriesTimerForm').off('submit', LiveTvSeriesTimerPage.onSubmit).on('submit', LiveTvSeriesTimerPage.onSubmit);
|
||||
</script>
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue