Error in link
This commit is contained in:
parent
79a7d35831
commit
e898c55742
|
@ -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);
|
||||||
|
|
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue