在开始的时候加载

This commit is contained in:
2018-06-15 03:29:03 +08:00
parent d99db73c3f
commit 1b2f141309
2 changed files with 19 additions and 18 deletions

View File

@@ -31,6 +31,15 @@
}
</style>
<!-- ####################################################### -->
<!-- END IMPORT EXTRA JS/CSS -->
<!-- Scripts-->
<script src="js/materialize.js"></script>
<!-- Init JS -->
<script src="js/init.js"></script>
<!-- IMPORT EXTRA JS/CSS -->
<!-- ####################################################### -->
<script src="js/questionnaire.js"></script>
<!-- ####################################################### -->
<!-- END IMPORT EXTRA JS/CSS -->
</head>
<body>
@@ -131,15 +140,7 @@
</div>
</div>
</footer>
<!-- Scripts-->
<script src="js/materialize.js"></script>
<!-- Init JS -->
<script src="js/init.js"></script>
<!-- IMPORT EXTRA JS/CSS -->
<!-- ####################################################### -->
<script src="js/questionnaire.js"></script>
<!-- ####################################################### -->
<!-- END IMPORT EXTRA JS/CSS -->
</body>
</html>