mirror of
https://github.com/nextcloud/server.git
synced 2026-04-28 17:48:40 -04:00
Variable not declared in media app, fixes bug oc-633. Thanks to die3lustigen2.
This commit is contained in:
parent
2e2eccc879
commit
8a42d159f7
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue