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