diff --git a/js/app.ts b/js/app.ts index 7c489aa..4597c9c 100644 --- a/js/app.ts +++ b/js/app.ts @@ -2,5 +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'); + $('#marmeladenladen_search').load('../components/modal.html'); }); \ No newline at end of file