I tried stuff
This commit is contained in:
parent
14701fdef7
commit
79a7d35831
@ -10,6 +10,7 @@ block configjs
|
||||
$('#next').show();
|
||||
$('#next').click(function() {
|
||||
window.location = '/prototype/arrows';
|
||||
$('#next').click(function() {});
|
||||
});
|
||||
};
|
||||
|
||||
|
@ -10,6 +10,7 @@ block configjs
|
||||
$('#next').show();
|
||||
$('#next').click(function() {
|
||||
window.location = '/prototype/game';
|
||||
$('#next').click(function() {});
|
||||
});
|
||||
};
|
||||
|
||||
|
@ -10,6 +10,7 @@ block configjs
|
||||
$('#next').show();
|
||||
$('#next').click(function() {
|
||||
window.location = '/prototype/arrows';
|
||||
$('#next').click(function() {});
|
||||
});
|
||||
};
|
||||
|
||||
|
1
js/l3d/apps/prototype/interactive/main.js
vendored
1
js/l3d/apps/prototype/interactive/main.js
vendored
@ -33,6 +33,7 @@ Coin.onCoinGot = function(coin) {
|
||||
$('#next').show();
|
||||
$('#next').click(function() {
|
||||
window.location = '/prototype/games';
|
||||
$('#next').click(function() {});
|
||||
});
|
||||
}, 60*1000);
|
||||
}
|
||||
|
1
js/l3d/apps/prototype/tutorial/main.js
vendored
1
js/l3d/apps/prototype/tutorial/main.js
vendored
@ -24,6 +24,7 @@ Coin.onCoinGot = function(val) {
|
||||
$('#next').show();
|
||||
$('#next').click(function() {
|
||||
window.location = '/prototype/games';
|
||||
$('next').click(function() {});
|
||||
});
|
||||
}, 60*1000);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user