Fix: header

This commit is contained in:
2018-07-08 16:33:38 +09:00
parent 49fd613dfc
commit 785575a1e1
3 changed files with 21 additions and 8 deletions
+4 -1
View File
@@ -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");
});