projects
/
web
/
firmware-selector-openwrt-org.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c4d4aa
)
sort results
author
Moritz Warning
<moritzwarning@web.de>
Wed, 29 Jan 2020 14:55:41 +0000
(15:55 +0100)
committer
Moritz Warning
<moritzwarning@web.de>
Wed, 29 Jan 2020 14:55:41 +0000
(15:55 +0100)
www/index.js
patch
|
blob
|
history
diff --git
a/www/index.js
b/www/index.js
index c033ebaf1ddb25d8120b69c8ec764ba4e7806e8c..b17fa325c0b5cfe303fffcb8363b795b4e491c6f 100644
(file)
--- a/
www/index.js
+++ b/
www/index.js
@@
-46,8
+46,9
@@
function setupAutocompleteList(input, items, onselection) {
// the text field element and an array of possible autocompleted values:
var currentFocus = -1;
- // execute a function when someone writes in the text field:
+ items.sort();
+ // execute a function when someone writes in the text field:
input.oninput = function(e) {
console.log("input");
// clear images