remove globe fallback icon

remotes/origin/fix-10825
Jörn Friedrich Dreyer 10 years ago
parent a6204efa0d
commit 980f88c9b5
  1. 1
      search/js/search.js

@ -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…
Cancel
Save