CC-4296: Media Library: Dragging Smart Block gives wrong item number
-fixed
This commit is contained in:
parent
3fc91112c7
commit
d4dbca5de3
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue