Skip to content

Commit 14beaa8

Browse files
committed
update languages from fluent translations
1 parent 73a9012 commit 14beaa8

File tree

2 files changed

+13872
-3
lines changed

2 files changed

+13872
-3
lines changed

lib/autocomplete.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ inputBox.onkeyup = (e)=>{
2121
//filtering array value and user characters to lowercase and return only those words which are start with user enetered chars
2222
return data[2].toLocaleLowerCase().startsWith(userData.toLocaleLowerCase());
2323
});
24+
// Uniq the list
2425
emptyArray = emptyArray.map((data)=>{
2526
// passing return data inside li tag
2627
return data = '<li>'+ data[2] +'</li>';

0 commit comments

Comments
 (0)