1
0

Move script tags to top, run after DOM Ready.

This commit is contained in:
2018-01-06 21:33:54 +01:00
parent 3e86408b90
commit 61706d8651
2 changed files with 26 additions and 24 deletions

View File

@ -5,6 +5,8 @@
<link rel="stylesheet" href="node_modules/material-components-web/dist/material-components-web.css"/>
<link rel="stylesheet" href="assets/material-icons.css"/>
<link rel="stylesheet" href="assets/style.css"/>
<script type="text/javascript" src="node_modules/material-components-web/dist/material-components-web.js"></script>
<script type="text/javascript" src="assets/main.js"></script>
</head>
<body class="mdc-typography">
<?php
@ -90,7 +92,5 @@ foreach ($allVars as $family => $models) {
}
?>
</main>
<script type="text/javascript" src="node_modules/material-components-web/dist/material-components-web.js"></script>
<script type="text/javascript" src="assets/main.js"></script>
</body>
</html>