fix bug and add tests

- add tests about updates
- fix select bug

fix #896
This commit is contained in:
many 2020-07-13 18:22:18 +02:00
parent cb267b68ed
commit 94b3e8e56e
No known key found for this signature in database
GPG key ID: 2CEF23B75189EACA
5 changed files with 206 additions and 30 deletions

View file

@ -299,6 +299,8 @@
refreshIndexList();
search.oninput = triggerSearch;
let select = document.getElementById("index");
select.onchange = triggerSearch;
triggerSearch();