I tried stuff

This commit is contained in:
Thomas FORGIONE 2015-08-31 10:56:08 +02:00
parent 14701fdef7
commit 79a7d35831
5 changed files with 5 additions and 0 deletions

View File

@ -10,6 +10,7 @@ block configjs
$('#next').show();
$('#next').click(function() {
window.location = '/prototype/arrows';
$('#next').click(function() {});
});
};

View File

@ -10,6 +10,7 @@ block configjs
$('#next').show();
$('#next').click(function() {
window.location = '/prototype/game';
$('#next').click(function() {});
});
};

View File

@ -10,6 +10,7 @@ block configjs
$('#next').show();
$('#next').click(function() {
window.location = '/prototype/arrows';
$('#next').click(function() {});
});
};

View File

@ -33,6 +33,7 @@ Coin.onCoinGot = function(coin) {
$('#next').show();
$('#next').click(function() {
window.location = '/prototype/games';
$('#next').click(function() {});
});
}, 60*1000);
}

View File

@ -24,6 +24,7 @@ Coin.onCoinGot = function(val) {
$('#next').show();
$('#next').click(function() {
window.location = '/prototype/games';
$('next').click(function() {});
});
}, 60*1000);
}