remove globe fallback icon

This commit is contained in:
Jörn Friedrich Dreyer 2014-12-19 00:25:25 +01:00
parent a6204efa0d
commit 980f88c9b5
1 changed files with 0 additions and 1 deletions

View File

@ -206,7 +206,6 @@
$row.find('td.info div.name').text(result.name);
$row.find('td.info a').attr('href', result.link);
$row.find('td.icon').css('background-image', 'url(' + OC.imagePath('core', 'places/link') + ')');
/**
* Give plugins the ability to customize the search results. see result.js for examples
*/