fix meshcmd os select #6327

Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
si458 2024-08-16 16:14:27 +01:00
parent fa39f8a105
commit cee181fb61

View File

@ -1,4 +1,4 @@
<!DOCTYPE html>
<!DOCTYPE html>
<html lang="en" dir="ltr" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
@ -8900,7 +8900,7 @@
// Show MeshCmd dialog
function p10showMeshCmdDialog(mode, nodeid) {
if (xxdialogMode) return;
var y = '<select id=aginsSelect onclick=meshCmdOsClick() style=width:236px>';
var y = '<select id=aginsSelect onchange=meshCmdOsClick() style=width:236px>';
y += '<option value=4>' + "Windows x86 (64bit)" + '</option>';
y += '<option value=3>' + "Windows x86 (32bit)" + '</option>';
y += '<option value=43>' + "Windows ARM (64bit)" + '</option>';