xm-hook: include full selection path (#921)

This commit is contained in:
ed 2025-10-14 20:30:12 +00:00
parent 677fd8eef1
commit 3364448858

View file

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