From ff3af4f005db924d7483a4f19b39e6a539f80c40 Mon Sep 17 00:00:00 2001 From: StockiP Date: Wed, 20 Apr 2022 20:50:09 +0200 Subject: [PATCH] added modal --- index.html | 4 ++++ js/app.ts | 1 + 2 files changed, 5 insertions(+) diff --git a/index.html b/index.html index c38a507..f41ea41 100644 --- a/index.html +++ b/index.html @@ -27,6 +27,10 @@ + +

Test

This is a test commit

diff --git a/js/app.ts b/js/app.ts index 2ab7a63..7c489aa 100644 --- a/js/app.ts +++ b/js/app.ts @@ -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'); }); \ No newline at end of file