mirror of
https://github.com/9001/copyparty.git
synced 2026-01-03 10:05:59 +10:00
fix close/more thumbs in search results for pillow 10.x
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user