Merge branch 'search_conso_bugfix' into 'main'

Bugfix

See merge request bde/nk20!225
This commit is contained in:
nicomarg 2023-11-13 14:29:29 +01:00
commit 802fd8c2d7
1 changed files with 2 additions and 2 deletions

View File

@ -259,8 +259,8 @@ function consume (source, source_alias, dest, quantity, amount, reason, type, ca
}) })
} }
const searchbar = document.getElementById("search-input") var searchbar = document.getElementById("search-input")
const search_results = document.getElementById("search-results") var search_results = document.getElementById("search-results")
var old_pattern = null; var old_pattern = null;
var firstMatch = null; var firstMatch = null;