From 37637be2cd93581a94cfdf8b39835d004e6a3c72 Mon Sep 17 00:00:00 2001 From: Paul Wieland
Date: Wed, 24 Jan 2024 13:06:27 -0500 Subject: [PATCH] fix default manifest --- static/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"));