fix meshcmd os select #6327
Signed-off-by: si458 <simonsmith5521@gmail.com>
si458 committed
Aug 16, 2024 at 16:14 UTC
cee181fb614fd8e4b4a365866b2302eba812ece7
1 file changed
+2
-2
views/default.handlebars
+2
-2
@@ -1,4 +1,4 @@
1
-<!DOCTYPE html>
1
+<!DOCTYPE html>
2
<html lang="en" dir="ltr" xmlns="http://www.w3.org/1999/xhtml">
3
<head>
4
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
@@ -8900,7 +8900,7 @@
8900
// Show MeshCmd dialog
8901
function p10showMeshCmdDialog(mode, nodeid) {
8902
if (xxdialogMode) return;
8903
- var y = '<select id=aginsSelect onclick=meshCmdOsClick() style=width:236px>';
8903
+ var y = '<select id=aginsSelect onchange=meshCmdOsClick() style=width:236px>';
8904
y += '<option value=4>' + "Windows x86 (64bit)" + '</option>';
8905
y += '<option value=3>' + "Windows x86 (32bit)" + '</option>';
8906
y += '<option value=43>' + "Windows ARM (64bit)" + '</option>';