cleanup podcast episodes table orphaned code
This commit is contained in:
parent
28ca9c0e0f
commit
3f85c38137
|
@ -16,7 +16,6 @@
|
|||
<div class="outer-datatable-wrapper">
|
||||
<table id="library_display" cellpadding="0" cellspacing="0" class="datatable"></table>
|
||||
<table id="podcast_table" cellpadding="0" cellspacing="0" class="datatable"></table>
|
||||
<table id="podcast_episodes_table" cellpadding="0" cellspacing="0" class="datatable"></table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -92,7 +92,6 @@ var AIRTIME = (function(AIRTIME) {
|
|||
mod.DataTableTypeEnum = Object.freeze({
|
||||
LIBRARY : "library",
|
||||
PODCAST : "podcast",
|
||||
PODCAST_EPISODES: "podcastEpisodes"
|
||||
});
|
||||
|
||||
// TODO: once the new manual pages are added, change links!
|
||||
|
|
Loading…
Reference in New Issue