Skip to content

Commit

Permalink
tinkering for issue #5
Browse files Browse the repository at this point in the history
  • Loading branch information
ajfaraday committed Aug 25, 2016
1 parent fc0eed4 commit 6e556ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/grid_game.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var GridGame = {
},

focus_board: function() {
$('body').trigger('focus');
setTimeout(function() {$('body').trigger('focus')}, 1000);
},

init_dom: function() {
Expand Down

0 comments on commit 6e556ce

Please sign in to comment.