Error in link
This commit is contained in:
parent
79a7d35831
commit
e898c55742
2
js/l3d/apps/prototype/interactive/main.js
vendored
2
js/l3d/apps/prototype/interactive/main.js
vendored
@ -32,7 +32,7 @@ Coin.onCoinGot = function(coin) {
|
||||
setTimeout(function() {
|
||||
$('#next').show();
|
||||
$('#next').click(function() {
|
||||
window.location = '/prototype/games';
|
||||
window.location = '/prototype/game';
|
||||
$('#next').click(function() {});
|
||||
});
|
||||
}, 60*1000);
|
||||
|
2
js/l3d/apps/prototype/tutorial/main.js
vendored
2
js/l3d/apps/prototype/tutorial/main.js
vendored
@ -23,7 +23,7 @@ Coin.onCoinGot = function(val) {
|
||||
setTimeout(function() {
|
||||
$('#next').show();
|
||||
$('#next').click(function() {
|
||||
window.location = '/prototype/games';
|
||||
window.location = '/prototype/game';
|
||||
$('next').click(function() {});
|
||||
});
|
||||
}, 60*1000);
|
||||
|
Loading…
x
Reference in New Issue
Block a user