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