refined search

minor bugfixes in other functionalities
This commit is contained in:
J-Klinke
2024-06-20 15:54:01 +02:00
parent 65d9e8ea1f
commit 180770f28e
3 changed files with 23 additions and 7 deletions

View File

@@ -1,4 +1,7 @@
function fetchQuery(fetchString) {
import {searchBarTimeout} from "./main.js"
export function fetchQuery(fetchString) {
clearTimeout(searchBarTimeout);
fetch(fetchString)
.then(resp => resp.json())
.then((data) => {