Removed unused code
This commit is contained in:
@ -9,7 +9,7 @@ fetch("/pages/blog/"+search+".json").then(response => response.json()).then(data
|
||||
postSubTitle.textContent = data.subTitle;
|
||||
postDate.textContent = "Posted: " + data.date;
|
||||
postText.textContent = data.postText;
|
||||
}).catch(error => console.error("Error Fetching Json"));post = JSON.parse(postContent)
|
||||
}).catch(error => console.error("Error Fetching Json"));
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user