Skip to content

Commit

Permalink
Make sure to focus the name input.
Browse files Browse the repository at this point in the history
  • Loading branch information
BonsaiDen committed Oct 24, 2010
1 parent 9169d91 commit 8ef2054
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/game.events.js
Expand Up @@ -112,6 +112,7 @@ Shooter.onInit = function(data) {
// HTML
if (!this.watching) {
show('loginBox');
$('login').focus();
}
show('sub');
show(this.canvas);
Expand Down

0 comments on commit 8ef2054

Please sign in to comment.