mirror of https://gitlab.crans.org/bde/nk20
Merge branch 'search_conso_bugfix' into 'main'
Bugfix See merge request bde/nk20!225
This commit is contained in:
commit
802fd8c2d7
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue