diff --git a/webclient/index.html b/webclient/index.html index 7ed18e98..aa538d74 100755 --- a/webclient/index.html +++ b/webclient/index.html @@ -209,7 +209,7 @@ Loading cockatrice web client... } $("#loginnow").click(connect); - $("#host, #port, #user, #pass").keydown(function(e) { + $("#port, #user, #pass").keydown(function(e) { if (e.keyCode == 13) { connect(); } });