Error in link
This commit is contained in:
+1
-1
@@ -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);
|
||||||
|
|||||||
+1
-1
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user