trying out something

This commit is contained in:
StockiP
2022-04-20 20:30:55 +02:00
parent 7f315add85
commit 20d478c7fc

View File

@@ -1,7 +1,5 @@
$(document).ready(function() { $(document).ready(function() {
$('#top_nav_bar').load('../components/top_nav.html'); $('#top_nav_bar').load(document.location.hostname + '/components/top_nav.html');
$('#main_nav_bar').load('../components/main_nav.html'); $('#main_nav_bar').load(document.location.hostname + '/components/main_nav.html');
$('#marmeladenladen_footer').load('../components/footer.html'); $('#marmeladenladen_footer').load(document.location.hostname + '/components/footer.html');
$('#productdetail').hide();
$('#backbutton').hide();
}); });