Added autofocus on textbox
parent
3341f3e456
commit
e01e7e2d8e
|
@ -74,7 +74,7 @@ input[type="text"] {
|
|||
|
||||
<form method="post">
|
||||
% if not game.endofgame():
|
||||
<input type="text" name="move">
|
||||
<input type="text" name="move" autofocus="autofocus">
|
||||
<input type="submit" value="Move">
|
||||
% end
|
||||
</form>
|
||||
|
|
Loading…
Reference in New Issue