This commit is contained in:
Thomas FORGIONE
2015-08-31 11:33:52 +02:00
parent e898c55742
commit dabe05c39b
3 changed files with 3 additions and 3 deletions

View File

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