diff --git a/src/web/components/streamprox.html b/src/web/components/streamprox.html index c8883bd..bddac54 100644 --- a/src/web/components/streamprox.html +++ b/src/web/components/streamprox.html @@ -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");