Files
marmeladenladen/js/app.ts
2022-04-19 20:26:37 +02:00

7 lines
281 B
TypeScript

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