Merge pull request #744 from jemmy1794/Stream_Proxy_v3.2.5

Fix Stream Proxy TCP/UDP selection not saved initially #742
This commit is contained in:
Toby Chui
2025-07-19 12:57:25 +08:00
committed by GitHub

View File

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