We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6f27d2 commit 51bc89cCopy full SHA for 51bc89c
webrepl.html
@@ -36,8 +36,10 @@
36
<script src="term.js"></script>
37
</head>
38
<body>
39
-<input type="text" id="url" value="ws://192.168.4.1:8266/" />
40
-<input type="button" id="button" value="Connect" onclick="button_click()" />
+<form>
+<input type="text" name="webrepl_url" id="url" value="ws://192.168.4.1:8266/" />
41
+<input type="submit" id="button" value="Connect" onclick="button_click(); return false;" />
42
+</form>
43
<div id="term">
44
</div>
45
<br clear="both" />
0 commit comments