added more components, loading via JavaScript

This commit is contained in:
StockiP
2022-04-19 20:26:37 +02:00
parent f3218bb1fd
commit 6c249df479

View File

@@ -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();
});