forked from halo-battle/game
Version 1.12
This commit is contained in:
parent
2a066a7498
commit
de31cd3e9a
1373 changed files with 156282 additions and 45238 deletions
10
htdocs/n3p7bLn59Yco3d/js/load.js
Normal file
10
htdocs/n3p7bLn59Yco3d/js/load.js
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
function include(fichier)
|
||||
{
|
||||
var script = document.createElement('script');
|
||||
script.setAttribute('src',fichier);
|
||||
script.setAttribute('type','application/javascript');
|
||||
document.body.appendChild(script);
|
||||
}
|
||||
|
||||
include('js/prototype.js');
|
||||
include('js/api.js');
|
||||
Loading…
Add table
Add a link
Reference in a new issue