fix close/more thumbs in search results for pillow 10.x

This commit is contained in:
ed 2023-11-18 13:57:35 +00:00
parent 29bd8f57c4
commit fa762754bf

View file

@ -4648,7 +4648,7 @@ var thegrid = (function () {
if (r.full) if (r.full)
ihref += 'f' ihref += 'f'
if (href == "#") if (href == "#")
ihref = SR + '/.cpr/ico/⏏️'; ihref = SR + '/.cpr/ico/' + (ref == 'moar' ? '++' : 'exit');
} }
else if (isdir) { else if (isdir) {
ihref = SR + '/.cpr/ico/folder'; ihref = SR + '/.cpr/ico/folder';