fix exit-search button in gridview

This commit is contained in:
ed 2021-06-25 22:18:16 +02:00
parent 726030296f
commit 45827a2458

View file

@ -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';