added modal

This commit is contained in:
StockiP
2022-04-20 20:50:09 +02:00
parent 9bb82d2864
commit ff3af4f005
2 changed files with 5 additions and 0 deletions

View File

@@ -2,4 +2,5 @@ $(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');
});