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:
Naomi Aro 2012-05-30 17:46:24 +02:00
parent 01ed9cdb35
commit 1a49173d2f
1 changed files with 1 additions and 1 deletions

View File

@ -862,7 +862,7 @@ var AIRTIME = (function(AIRTIME){
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();
}