Files
marmeladenladen/js/app.ts
2022-04-20 22:25:40 +02:00

6 lines
287 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');
$('#marmeladenladen_search').load('../components/modal.html');
});