You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If rendering a custom/....html file directly in a browser, fetch stadard & custom styles & JS, render a blacked out page for MVP with dynamic content.
/web/scripts.js / /web/scripts.ts
//function init(wasmObj) {// ...setEventListeners();//}functionsetEventListeners(){document.addEventListener("DOMContentLoaded",function(){letpostList=fetchPostList();buildNav(postList);// Automatically load the home page by defaultfetchPost('home');displayPost('home');});}
The text was updated successfully, but these errors were encountered:
If rendering a custom/....html file directly in a browser, fetch stadard & custom styles & JS, render a blacked out page for MVP with dynamic content.
/web/scripts.js / /web/scripts.ts
The text was updated successfully, but these errors were encountered: