Skip to content
This repository has been archived by the owner on Mar 2, 2021. It is now read-only.

Commit

Permalink
keys are complicated
Browse files Browse the repository at this point in the history
  • Loading branch information
lucahammer committed Dec 29, 2015
1 parent abfa604 commit 73fc13b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default/main/templates/bit/script.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
$(document).keydown(function(e){
if (e.keyCode == 39) { //positive
console.log("right");
$("")
//console.log($(".demo__card:not(.inactive)"));
}
else if (e.keyCode == 37) { //negative
console.log("left");
Expand Down

0 comments on commit 73fc13b

Please sign in to comment.