Move JS at the bottom of the page, to avoid launch before page ready

This commit is contained in:
nemunaire 2020-11-15 17:22:53 +01:00
parent 11af83919c
commit 3ce13b0208
2 changed files with 1 additions and 1 deletions

View File

@ -10,5 +10,6 @@
<div id="cornerbt"></div>
{$script}
<!-- \\******* By Phantom *******// Halo-Battle, Tous droits réservés -->
<script src="{$url_images}js/game.js" type="text/javascript"></script>
</body>
</html>

View File

@ -8,7 +8,6 @@
<title> ::Halo-Battle:: - {$titre}</title>
<link rel="stylesheet" href="{$url_images}templates/cms/default.css" type="text/css" media="all" />
<link rel="shortcut icon" type="image/x-icon" href="{$url_images}favicon.ico" />
<script src="{$url_images}js/game.js" type="text/javascript"></script>
</head>
<body>