diff options
author | Jörn Friedrich Dreyer <jfd@butonic.de> | 2014-12-19 00:25:25 +0100 |
---|---|---|
committer | Jörn Friedrich Dreyer <jfd@butonic.de> | 2015-01-02 10:28:41 +0100 |
commit | 980f88c9b51ef90151836cfa59d9fda5de4c6890 (patch) | |
tree | 6edfeee0227818266494b91dccce99173be84656 /search | |
parent | a6204efa0d1422a6840372db2caed677a5c1c80d (diff) | |
download | nextcloud-server-980f88c9b51ef90151836cfa59d9fda5de4c6890.tar.gz nextcloud-server-980f88c9b51ef90151836cfa59d9fda5de4c6890.zip |
remove globe fallback icon
Diffstat (limited to 'search')
-rw-r--r-- | search/js/search.js | 1 |
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 */ |