I tried stuff

This commit is contained in:
Thomas FORGIONE
2015-08-31 10:56:08 +02:00
parent 14701fdef7
commit 79a7d35831
5 changed files with 5 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ block configjs
$('#next').show();
$('#next').click(function() {
window.location = '/prototype/arrows';
$('#next').click(function() {});
});
};

View File

@@ -10,6 +10,7 @@ block configjs
$('#next').show();
$('#next').click(function() {
window.location = '/prototype/game';
$('#next').click(function() {});
});
};

View File

@@ -10,6 +10,7 @@ block configjs
$('#next').show();
$('#next').click(function() {
window.location = '/prototype/arrows';
$('#next').click(function() {});
});
};