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