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 4359a1e commit a05433e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/grid_game.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ var GridGame = {
},

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

init_dom: function() {
Expand Down

0 comments on commit a05433e

Please sign in to comment.