Fixed Path Typo
This commit is contained in:
parent
f0e2c17022
commit
80e21d23d9
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ $(document).ready( function() {
|
|||
$('#output').hide();
|
||||
|
||||
$('#load').click(function() {
|
||||
$.getScript("/assets/adv01/adv_01.js");
|
||||
$.getScript("/assets/adv01/adv01.js");
|
||||
$('#load').hide();
|
||||
$('#game').show();
|
||||
$('#ui').show();
|
||||
|
|
Loading…
Reference in a new issue