missed 1 onmouseup #5700
Signed-off-by: si458 <simonsmith5521@gmail.com>
si458 committed
Jan 16, 2024 at 09:31 UTC
757cef3f290f315fcb9189cd398542a02d997dbb
1 file changed
+2
-2
views/default.handlebars
+2
-2
@@ -6326,9 +6326,9 @@
6326
function cmaction(action, event) {
6327
var nodeid;
6328
if (Q('viewselect').value == 1) {
6329
- nodeid = contextelement.children[0].children[0].children[1].children[0].attributes.onclick.value;
6329
+ nodeid = contextelement.children[0].children[0].children[1].children[0].attributes.onmouseup.value;
6330
} else {
6331
- nodeid = contextelement.children[1].attributes.onclick.value;
6331
+ nodeid = contextelement.children[1].attributes.onmouseup.value;
6332
}
6333
nodeid = nodeid.substring(12, nodeid.length - 18);
6334
if (action == 9) { Q('viewselect').value = 3; Q('viewselect').onchange(); Q('autoConnectDesktopCheckbox').checked = true; Q('autoConnectDesktopCheckbox').onclick(); } // Multi-Desktop