Basic integration of table widget into Dashboard podcasts view
This commit is contained in:
parent
39b2bd6a86
commit
71919ad529
5 changed files with 211 additions and 114 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue