started initial page display
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user