mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed children error with results navigation
This commit is contained in:
2
static/dist/main.min.js
vendored
2
static/dist/main.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -168,6 +168,7 @@ $(document).keyup(function(e) {
|
||||
}
|
||||
$("#results").toggleClass("hide");
|
||||
}else if ($("div.result").length > 2){
|
||||
children = $("#mock-div").children();
|
||||
if (e.keyCode == 40) {
|
||||
$(children[i-1]).removeClass("hoverResults");
|
||||
$(children[i]).addClass("hoverResults");
|
||||
|
||||
Reference in New Issue
Block a user