aboutsummaryrefslogtreecommitdiffstats
path: root/search
diff options
context:
space:
mode:
authorJörn Friedrich Dreyer <jfd@butonic.de>2014-12-19 00:25:25 +0100
committerJörn Friedrich Dreyer <jfd@butonic.de>2015-01-02 10:28:41 +0100
commit980f88c9b51ef90151836cfa59d9fda5de4c6890 (patch)
tree6edfeee0227818266494b91dccce99173be84656 /search
parenta6204efa0d1422a6840372db2caed677a5c1c80d (diff)
downloadnextcloud-server-980f88c9b51ef90151836cfa59d9fda5de4c6890.tar.gz
nextcloud-server-980f88c9b51ef90151836cfa59d9fda5de4c6890.zip
remove globe fallback icon
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
*/