SAAS-1202 - move station podcast to top-level menu item
This commit is contained in:
parent
50c0bc2c28
commit
8e867b522c
19 changed files with 271 additions and 200 deletions
|
@ -90,7 +90,7 @@ var AIRTIME = (function(AIRTIME) {
|
|||
emptyRow.hide();
|
||||
var mediaType = parseInt($('.media_type_selector.selected').data('selection-id')),
|
||||
img = wrapper.find('.empty_placeholder_image');
|
||||
if (isNaN(mediaType)) {
|
||||
if (!opts && isNaN(mediaType)) {
|
||||
return;
|
||||
}
|
||||
// Remove all classes for when we change between empty media types
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue