Fixed Path Typo

This commit is contained in:
Oliver Rümpelein 2014-10-12 16:32:55 +02:00
parent f0e2c17022
commit 80e21d23d9

View file

@ -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();