refined search
minor bugfixes in other functionalities
This commit is contained in:
@@ -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) => {
|
||||
|
Reference in New Issue
Block a user