forked from halo-battle/game
Move JS at the bottom of the page, to avoid launch before page ready
This commit is contained in:
parent
11af83919c
commit
3ce13b0208
@ -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>
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user