From fa762754bfdbef8e76b2903bc0993ba3f2e195cd Mon Sep 17 00:00:00 2001 From: ed Date: Sat, 18 Nov 2023 13:57:35 +0000 Subject: [PATCH] fix close/more thumbs in search results for pillow 10.x --- copyparty/web/browser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copyparty/web/browser.js b/copyparty/web/browser.js index 11bc800c..29b558c1 100644 --- a/copyparty/web/browser.js +++ b/copyparty/web/browser.js @@ -4648,7 +4648,7 @@ var thegrid = (function () { if (r.full) ihref += 'f' if (href == "#") - ihref = SR + '/.cpr/ico/⏏️'; + ihref = SR + '/.cpr/ico/' + (ref == 'moar' ? '++' : 'exit'); } else if (isdir) { ihref = SR + '/.cpr/ico/folder';