started initial page display

This commit is contained in:
J-Klinke
2024-07-01 12:22:56 +02:00
parent e5a4b1186e
commit 3aa87d531b
3 changed files with 15 additions and 74 deletions

View File

@@ -11,7 +11,6 @@ export function fetchQuery(fetchString) {
}
function parseContent(content) {
console.log(content); //TODO: remove
if (content.length === 0) {
searchSection.querySelector("#nothing-found ").classList.remove("hidden");
} else {