From 8ea1e3b94f252d3921bfd49649f5dc7a64946071 Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Fri, 3 Apr 2026 16:12:31 +0200 Subject: [PATCH] add down arrows before download buttons --- copyparty/web/browser.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/copyparty/web/browser.js b/copyparty/web/browser.js index 77ea07fb..fe507726 100644 --- a/copyparty/web/browser.js +++ b/copyparty/web/browser.js @@ -773,12 +773,12 @@ ebi('widget').innerHTML = ( ' href="#" id="fcpy" tt="' + L.wt_cpy + '">⧉copy📋paste' + '📦zip' + + ' href="#" id="zip1" tt="' + L.wt_zip1 + '">⬇️📦zip' + 'sel.
allsel.
inv.zipdl' + + ' href="#" id="selzip" class="l1" tt="' + L.wt_selzip + '">⬇️zip⬇️files' + '
📋irc📋txt' + @@ -8548,7 +8548,7 @@ var arcfmt = (function () { o.setAttribute("href", m[1] + arg + m[4]); o.textContent = fmt.split('_')[0]; } - ebi('selzip').textContent = fmt.split('_')[0]; + ebi('selzip').textContent = '⬇️' + fmt.split('_')[0]; ebi('selzip').setAttribute('fmt', arg); QS('#zip1 span').textContent = fmt.split('_')[0];