Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mre committed Aug 4, 2023
1 parent 6d21660 commit 5008c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/search.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function autocomplete(inp) {
/* If the arrow DOWN key is pressed,
increase the currentFocus variable:*/
currentFocus++;
/* and and make the current item more visible:*/
/* and make the current item more visible:*/
addActive(x);
} else if (e.keyCode == 38) { //up
/* If the arrow UP key is pressed,
Expand Down

0 comments on commit 5008c02

Please sign in to comment.