From 45827a24584f0e3afb55703a9e3280fd06ee08aa Mon Sep 17 00:00:00 2001 From: ed Date: Fri, 25 Jun 2021 22:18:16 +0200 Subject: [PATCH] fix exit-search button in gridview --- copyparty/web/browser.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/copyparty/web/browser.js b/copyparty/web/browser.js index 9ba39472..beb99aca 100644 --- a/copyparty/web/browser.js +++ b/copyparty/web/browser.js @@ -1608,6 +1608,8 @@ var thegrid = (function () { if (r.thumbs) { ihref += (ihref.indexOf('?') === -1 ? '?' : '&') + 'th=' + (have_webp ? 'w' : 'j'); + if (href == "#") + ihref = '/.cpr/ico/⏏️'; } else if (isdir) { ihref = '/.cpr/ico/folder';