From 9bb82d2864b9fae60012ccac92ddf0a878e93e05 Mon Sep 17 00:00:00 2001 From: StockiP Date: Wed, 20 Apr 2022 20:37:22 +0200 Subject: [PATCH] reverted changes --- js/app.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/js/app.ts b/js/app.ts index 0831ab0..2ab7a63 100644 --- a/js/app.ts +++ b/js/app.ts @@ -1,5 +1,5 @@ $(document).ready(function() { - $('#top_nav_bar').load(document.location.hostname + '/components/top_nav.html'); - $('#main_nav_bar').load(document.location.hostname + '/components/main_nav.html'); - $('#marmeladenladen_footer').load(document.location.hostname + '/components/footer.html'); + $('#top_nav_bar').load('../components/top_nav.html'); + $('#main_nav_bar').load('../components/main_nav.html'); + $('#marmeladenladen_footer').load('../components/footer.html'); }); \ No newline at end of file