From 3364448858412115c05746d98f4bd553491ee29e Mon Sep 17 00:00:00 2001 From: ed Date: Tue, 14 Oct 2025 20:30:12 +0000 Subject: [PATCH] xm-hook: include full selection path (#921) --- 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 cc6961b5..ac53cd24 100644 --- a/copyparty/web/browser.js +++ b/copyparty/web/browser.js @@ -8624,7 +8624,7 @@ var msel = (function () { ct = 'application/x-www-form-urlencoded;charset=UTF-8'; for (var a = 0; a < sel.length; a++) - msg += "&sel=" + sel[a].vp.split('/').pop(); + msg += "&sel=" + sel[a].vp; xhr.msg = msg; xhr.open('POST', get_evpath(), true);