remove globe fallback icon
This commit is contained in:
parent
a6204efa0d
commit
980f88c9b5
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue