From d9b9fac0a179dd23a9286f3e8b33f55df0eb04d3 Mon Sep 17 00:00:00 2001 From: SimonFair <39065407+SimonFair@users.noreply.github.com> Date: Sat, 11 Nov 2023 12:04:14 +0000 Subject: [PATCH] Update Custom.form.php --- emhttp/plugins/dynamix.vm.manager/templates/Custom.form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emhttp/plugins/dynamix.vm.manager/templates/Custom.form.php b/emhttp/plugins/dynamix.vm.manager/templates/Custom.form.php index a360d8954..a0449ef80 100644 --- a/emhttp/plugins/dynamix.vm.manager/templates/Custom.form.php +++ b/emhttp/plugins/dynamix.vm.manager/templates/Custom.form.php @@ -2079,7 +2079,7 @@ $(function() { if (audio && !sound.includes(audio)) form.append(''); }); - var postdata = form.find('input,select,textarea[name="qemucmdline"').serialize().replace(/'/g,"%27"); + var postdata = form.find('input,select,textarea[name="qemucmdline"]').serialize().replace(/'/g,"%27"); // keep checkbox visually unchecked form.find('input[name="usb[]"],input[name="usbopt[]"],input[name="pci[]"]').each(function(){