i did stupid

This commit is contained in:
StockiP
2022-04-19 20:05:44 +02:00
parent 6e84bb3826
commit f3218bb1fd

View File

@@ -1,5 +1,5 @@
$(document).ready(function() { $(document).ready(function() {
$('#top_nav_bar').load('top_nav.html'); $('#top_nav_bar').load('../components/top_nav.html');
$('#productdetail').hide(); $('#productdetail').hide();
$('#backbutton').hide(); $('#backbutton').hide();
}); });