From f3218bb1fd3127cfc0512972a5323054524fd322 Mon Sep 17 00:00:00 2001 From: StockiP Date: Tue, 19 Apr 2022 20:05:44 +0200 Subject: [PATCH] i did stupid --- js/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/app.ts b/js/app.ts index fd3a8ad..c289a1e 100644 --- a/js/app.ts +++ b/js/app.ts @@ -1,5 +1,5 @@ $(document).ready(function() { - $('#top_nav_bar').load('top_nav.html'); + $('#top_nav_bar').load('../components/top_nav.html'); $('#productdetail').hide(); $('#backbutton').hide(); }); \ No newline at end of file