diff --git a/index.html b/index.html index 7bcb87d..5e22876 100644 --- a/index.html +++ b/index.html @@ -98,10 +98,10 @@

- - - + + + diff --git a/js/content-loader.js b/js/content-loader.js index 8fdd1a8..0d6e3b6 100644 --- a/js/content-loader.js +++ b/js/content-loader.js @@ -95,6 +95,7 @@ document.addEventListener("DOMContentLoaded", async function () { const productSets = await fetchProduct(); console.log(productSets.content, productSets.categorey); appendMenuData(productSets.content, productSets.categorey); + await masonry_init(); })(); });