diff --git a/js/app.ts b/js/app.ts index c289a1e..5cdfdf6 100644 --- a/js/app.ts +++ b/js/app.ts @@ -1,5 +1,7 @@ $(document).ready(function() { $('#top_nav_bar').load('../components/top_nav.html'); + $('#main_nav_bar').load('../components/main_nav.html'); + $('#marmeladenladen_footer').load('../components/footer.html'); $('#productdetail').hide(); $('#backbutton').hide(); }); \ No newline at end of file