Fix radio page description button

This commit is contained in:
drigato 2015-11-13 08:26:44 -05:00
parent 778904fdb5
commit 5b59fecae9
2 changed files with 4 additions and 6 deletions

View file

@ -275,12 +275,6 @@
$("#player_iframe").contents().find('.play').click();
}
});
$('.podcast_desc_btn').click(function(){
$(this).toggleClass('current');
$(this).next('.podcast_desc').slideToggle();
});
}
}
);