CC-4296: Media Library: Dragging Smart Block gives wrong item number

-fixed
This commit is contained in:
denise 2012-08-27 12:33:57 -04:00
parent 3fc91112c7
commit d4dbca5de3
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ var AIRTIME = (function(AIRTIME) {
cItem,
i, length,
count = 0,
reAudio=/^(au|st|pl)/ ;
reAudio=/^(au|st|pl|bl)/ ;
// Get visible items and check if any chosenItems are visible
$trs = $libTable.find("tbody input:checkbox").parents("tr");