mirror of
https://github.com/9001/copyparty.git
synced 2025-11-24 07:23:22 -07:00
xm-hook: include full selection path (#921)
This commit is contained in:
parent
677fd8eef1
commit
3364448858
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue