Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
This commit is contained in:
commit
e1a86d50f6
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue