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