mirror of
https://github.com/iv-org/invidious.git
synced 2026-07-27 16:06:47 -05:00
Fix a comment
This commit is contained in:
parent
4a57c21609
commit
abe4c6e7bc
@ -29,8 +29,8 @@ searchbox?.addEventListener("input", function () {
|
||||
return;
|
||||
}
|
||||
|
||||
// Only continue for queries of at least
|
||||
// one character.
|
||||
// Only continue for queries of more than one
|
||||
// character.
|
||||
if (searchbox.value.length < 2) {
|
||||
resetSuggestions();
|
||||
return;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user