cleanup podcast episodes table orphaned code

This commit is contained in:
ryan 2019-01-08 13:01:05 -06:00
parent 28ca9c0e0f
commit 3f85c38137
2 changed files with 0 additions and 2 deletions

View File

@ -16,7 +16,6 @@
<div class="outer-datatable-wrapper"> <div class="outer-datatable-wrapper">
<table id="library_display" cellpadding="0" cellspacing="0" class="datatable"></table> <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_table" cellpadding="0" cellspacing="0" class="datatable"></table>
<table id="podcast_episodes_table" cellpadding="0" cellspacing="0" class="datatable"></table>
</div> </div>
</div> </div>

View File

@ -92,7 +92,6 @@ var AIRTIME = (function(AIRTIME) {
mod.DataTableTypeEnum = Object.freeze({ mod.DataTableTypeEnum = Object.freeze({
LIBRARY : "library", LIBRARY : "library",
PODCAST : "podcast", PODCAST : "podcast",
PODCAST_EPISODES: "podcastEpisodes"
}); });
// TODO: once the new manual pages are added, change links! // TODO: once the new manual pages are added, change links!