CC-3860 : Timeline: Can knock a current playing song out of place with drag and drop if current playing song has checkbox selected
This commit is contained in:
parent
01ed9cdb35
commit
1a49173d2f
|
@ -862,7 +862,7 @@ var AIRTIME = (function(AIRTIME){
|
||||||
elements.remove();
|
elements.remove();
|
||||||
*/
|
*/
|
||||||
|
|
||||||
var elements = $sbTable.find('tr input:checked').parents('tr');
|
var elements = $sbTable.find('tr input:checked').parents('tr').not("."+NOW_PLAYING_CLASS);
|
||||||
|
|
||||||
elements.hide();
|
elements.hide();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue