reverted changes
This commit is contained in:
@@ -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');
|
||||
});
|
||||
Reference in New Issue
Block a user