CC-4506: Audio Preview in Playlist doesn't work

- fixed
This commit is contained in:
James 2012-10-16 12:06:47 -04:00
parent 8a93717415
commit 7796b23a58
2 changed files with 13 additions and 4 deletions

View file

@ -366,7 +366,7 @@ var AIRTIME = (function(AIRTIME){
//and verify whether they can be previewed by the browser or not. If not
//then the playlist element is greyed out
mod.validatePlaylistElements = function(){
$.each($(".big_play ui-icon-play"), function(index, value){
$.each($("div .big_play"), function(index, value){
if ($(value).attr('blockId') === undefined) {
var mime = $(value).attr("data-mime-type");
if (isAudioSupported(mime)) {