From 73fc13b1b03c4aeb7a1c1e3236b7f18bf028692a Mon Sep 17 00:00:00 2001 From: Luca Hammer Date: Tue, 29 Dec 2015 16:16:41 +0100 Subject: [PATCH] keys are complicated --- default/main/templates/bit/script.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default/main/templates/bit/script.html b/default/main/templates/bit/script.html index 5b9cd90..10a3664 100644 --- a/default/main/templates/bit/script.html +++ b/default/main/templates/bit/script.html @@ -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");