Only trigger one search for populateSearch
This commit is contained in:
parent
fe84a7b604
commit
8ae15ce9a4
|
@ -51,7 +51,7 @@
|
||||||
function populateSearch(field, value) {
|
function populateSearch(field, value) {
|
||||||
var inputTags = document.getElementById('tags');
|
var inputTags = document.getElementById('tags');
|
||||||
inputTags.BulmaTagsInput().add(field+": "+value);
|
inputTags.BulmaTagsInput().add(field+": "+value);
|
||||||
htmx.trigger("#search", "click");
|
//htmx.trigger("#search", "click");
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue