Basic integration of table widget into Dashboard podcasts view

This commit is contained in:
Albert Santoni 2015-09-16 18:32:16 -04:00
parent 39b2bd6a86
commit 71919ad529
5 changed files with 211 additions and 114 deletions

View file

@ -143,7 +143,7 @@ AIRTIME = (function(AIRTIME) {
if (selected.parent().data("selection-id") == AIRTIME.library.MediaTypeEnum.PODCAST) {
$("#library_display_wrapper").hide();
$("#podcast_table").show();
$("#podcast_table_wrapper").show();
t = AIRTIME.library.podcastDataTable;
} else {
@ -152,7 +152,7 @@ AIRTIME = (function(AIRTIME) {
}
$("#library_display_wrapper").show();
$("#podcast_table").hide();
$("#podcast_table_wrapper").hide();
t = oTable;
}