Skip to content

Commit

Permalink
2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rello committed Mar 10, 2019
1 parent 4d7d146 commit 1808320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/viewer/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
$row.find('td.icon')
.css('background-image', 'url(' + OC.imagePath('audioplayer', 'app-dark') + ')')
.css('opacity', '.4');
return $row
return $row;
}
};
OCA.Search.Audiplayer = Audiplayer;
Expand Down

0 comments on commit 1808320

Please sign in to comment.