mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
fix close/more thumbs in search results for pillow 10.x
This commit is contained in:
parent
29bd8f57c4
commit
fa762754bf
|
@ -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';
|
||||
|
|
Loading…
Reference in a new issue