Short name autofill

This commit is contained in:
Claude Brisson
2024-04-15 21:44:55 +02:00
parent c64974c58b
commit 7088591260
2 changed files with 26 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
const SEARCH_DELAY = 100;
const SEARCH_DELAY = 100;
let searchTimer = undefined;
let resultTemplate;
let searchResult;