summaryrefslogtreecommitdiffstats
path: root/search
diff options
context:
space:
mode:
Diffstat (limited to 'search')
-rw-r--r--search/js/search.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/search/js/search.js b/search/js/search.js
index afd3fca7b1b..4933bbec625 100644
--- a/search/js/search.js
+++ b/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
*/