Error in link

This commit is contained in:
Thomas FORGIONE 2015-08-31 11:10:57 +02:00
parent 79a7d35831
commit e898c55742
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ Coin.onCoinGot = function(coin) {
setTimeout(function() { setTimeout(function() {
$('#next').show(); $('#next').show();
$('#next').click(function() { $('#next').click(function() {
window.location = '/prototype/games'; window.location = '/prototype/game';
$('#next').click(function() {}); $('#next').click(function() {});
}); });
}, 60*1000); }, 60*1000);

View File

@ -23,7 +23,7 @@ Coin.onCoinGot = function(val) {
setTimeout(function() { setTimeout(function() {
$('#next').show(); $('#next').show();
$('#next').click(function() { $('#next').click(function() {
window.location = '/prototype/games'; window.location = '/prototype/game';
$('next').click(function() {}); $('next').click(function() {});
}); });
}, 60*1000); }, 60*1000);