Fix: header
This commit is contained in:
@@ -12,7 +12,10 @@
|
||||
<script type="text/javascript" src="./../js/main.js"></script>
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function() {
|
||||
$("#header").load("./../module/header.html");
|
||||
if(maestroID === -1)
|
||||
$("#header").load("./../module/header.html");
|
||||
else
|
||||
$("#header").load("./../module/maestro_header.html");
|
||||
$("#section").load("./../module/home_section_faq.html");
|
||||
$("#footer").load("./../module/footer.html");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user