From aae14de79692477eb434a718d5fd71115306032e Mon Sep 17 00:00:00 2001 From: ed Date: Sun, 30 Oct 2022 13:13:58 +0000 Subject: [PATCH] mouse3 docs in the navpane --- copyparty/web/browser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copyparty/web/browser.js b/copyparty/web/browser.js index 0e2ad536..6d5e2ce8 100644 --- a/copyparty/web/browser.js +++ b/copyparty/web/browser.js @@ -3611,7 +3611,7 @@ var showfile = (function () { var html = ['
  • ' + L.tv_lst + '
    ' + linksplit(get_vpath()).join('') + '
  • ']; for (var a = 0; a < r.files.length; a++) { var file = r.files[a]; - html.push('
  • ' + esc(uricom_dec(file.name)) + ''); } ebi('docul').innerHTML = html.join('\n');