I tried stuff
This commit is contained in:
@@ -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() {});
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
+1
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
+1
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user