Added autofocus on textbox

master
Tibor Bizjak 2019-09-11 01:13:10 +02:00
parent 3341f3e456
commit e01e7e2d8e
1 changed files with 1 additions and 1 deletions

View File

@ -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>