Fix Stream Proxy TCP/UDP selection not saved initially #742

- Reset the value of the form correctly in `streamprox.html`. Ref #742.
This commit is contained in:
Jemmy
2025-07-16 08:11:25 +08:00
parent c4c10d2130
commit a33600d3e2

View File

@@ -137,7 +137,7 @@
}); });
function clearStreamProxyAddEditForm(){ function clearStreamProxyAddEditForm(){
$('#streamProxyForm input, #streamProxyForm select').val(''); $('#streamProxyForm').find('input:not([type=checkbox]), select').val('');
$('#streamProxyForm select').dropdown('clear'); $('#streamProxyForm select').dropdown('clear');
$("#streamProxyForm input[name=timeout]").val(10); $("#streamProxyForm input[name=timeout]").val(10);
$("#streamProxyForm .toggle.checkbox").checkbox("set unchecked"); $("#streamProxyForm .toggle.checkbox").checkbox("set unchecked");