From 757cef3f290f315fcb9189cd398542a02d997dbb Mon Sep 17 00:00:00 2001 From: si458 Date: Tue, 16 Jan 2024 09:31:47 +0000 Subject: [PATCH] missed 1 onmouseup #5700 Signed-off-by: si458 --- views/default.handlebars | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/default.handlebars b/views/default.handlebars index d9823c00..77a59a15 100644 --- a/views/default.handlebars +++ b/views/default.handlebars @@ -6326,9 +6326,9 @@ function cmaction(action, event) { var nodeid; if (Q('viewselect').value == 1) { - nodeid = contextelement.children[0].children[0].children[1].children[0].attributes.onclick.value; + nodeid = contextelement.children[0].children[0].children[1].children[0].attributes.onmouseup.value; } else { - nodeid = contextelement.children[1].attributes.onclick.value; + nodeid = contextelement.children[1].attributes.onmouseup.value; } nodeid = nodeid.substring(12, nodeid.length - 18); if (action == 9) { Q('viewselect').value = 3; Q('viewselect').onchange(); Q('autoConnectDesktopCheckbox').checked = true; Q('autoConnectDesktopCheckbox').onclick(); } // Multi-Desktop