Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

space bar scrolls me to the bottom of page during gameplay #1

Closed
mdaverde opened this issue Nov 4, 2013 · 1 comment
Closed

space bar scrolls me to the bottom of page during gameplay #1

mdaverde opened this issue Nov 4, 2013 · 1 comment

Comments

@mdaverde
Copy link

mdaverde commented Nov 4, 2013

add dis somewhere:

$(document).keydown(function (e) {
    var key = e.charCode ? e.charCode : e.keyCode ? e.keyCode : 0;
    if (key == 32) {
       e.preventDefault();
    } 
});
@likethemammal
Copy link
Owner

0555292

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants