diff --git a/static/index.html b/static/index.html index 8df28fa..d57158d 100644 --- a/static/index.html +++ b/static/index.html @@ -316,7 +316,7 @@ ); document - .querySelector('input[name="type"]:checked') + .querySelector('input[name="protocol"]:checked') .dispatchEvent(new Event("change"));