fix default manifest

This commit is contained in:
Paul Wieland 2024-01-24 13:06:27 -05:00
parent 4b57303c1f
commit 37637be2cd
1 changed files with 1 additions and 1 deletions

View File

@ -316,7 +316,7 @@
); );
document document
.querySelector('input[name="type"]:checked') .querySelector('input[name="protocol"]:checked')
.dispatchEvent(new Event("change")); .dispatchEvent(new Event("change"));
</script> </script>
</body> </body>