Merge branch 'master' of gitorious.org:owncloud/owncloud
This commit is contained in:
commit
90518e8d2a
|
@ -112,7 +112,7 @@ Collection={
|
|||
Collection.parent.find('tr').removeClass('active');
|
||||
$('tr[data-artist="'+artist.name+'"]').addClass('active');
|
||||
});
|
||||
expander='';
|
||||
var expander='';
|
||||
if(artist.songs.length>1){
|
||||
expander=$('<a class="expander">></a>');
|
||||
expander.data('expanded',false);
|
||||
|
|
Loading…
Reference in New Issue