mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Removed a log in the navigation
This commit is contained in:
@@ -57,7 +57,6 @@ $(document).keyup(function(e) {
|
||||
if(i > 1)
|
||||
i--;
|
||||
} else if(e.keyCode == 13) {
|
||||
console.log($("div.hoverResults"));
|
||||
i = 0;
|
||||
var elem = document.getElementsByClassName("hoverResults")[0];
|
||||
if (typeof elem.onclick == "function") {
|
||||
|
||||
Reference in New Issue
Block a user