Skip to content
Snippets Groups Projects
Commit 8a42d159 authored by Michael Gapczynski's avatar Michael Gapczynski
Browse files

Variable not declared in media app, fixes bug oc-633. Thanks to die3lustigen2.

parent 2e2eccc8
No related branches found
No related tags found
No related merge requests found
......@@ -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">&gt;</a>');
expander.data('expanded',false);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment