Try
This commit is contained in:
parent
a4fedaf600
commit
8ac5391ce3
@ -10,7 +10,7 @@ block configjs
|
||||
$('#next').show();
|
||||
$('#next').click(function() {
|
||||
window.location = '/prototype/game';
|
||||
$('#next').unbind('click');
|
||||
$('#next').prop('disabled', true);
|
||||
});
|
||||
};
|
||||
|
||||
|
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/next';
|
||||
$('#next').prop('disabled', true);
|
||||
});
|
||||
}, 60*1000);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user