1
0

Don't block all keyboard usage (up/down arrows to scroll the page).

This commit is contained in:
Michael Dayah 2012-05-07 01:36:49 -04:00
parent 9b971a9160
commit 0258be0b31

View File

@ -11,7 +11,6 @@ $(document).keydown(function(e) {
if(url != undefined) {
window.location = url;
return false;
}
return false;
});