mirror of
https://github.com/9001/copyparty.git
synced 2026-03-22 16:13:11 +10:00
fix exit-search button in gridview
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user