From 980f88c9b51ef90151836cfa59d9fda5de4c6890 Mon Sep 17 00:00:00 2001 From: Jörn Friedrich Dreyer Date: Fri, 19 Dec 2014 00:25:25 +0100 Subject: remove globe fallback icon --- search/js/search.js | 1 - 1 file changed, 1 deletion(-) 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 */ -- cgit v1.2.3