Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
sample
SUBMITTED BY:
Moulishekh
DATE:
Jan. 4, 2017, 10:25 a.m.
FORMAT:
Text only
SIZE:
435 Bytes
Raw
Download
Tweet
HITS:
1485
Go to comments
Report
function multiply(){
var current = $('#double_your_btc_stake').val();
var multiply = (current * 2).toFixed(8);
$('#double_your_btc_stake').val(multiply);
}
function getRandomWait(){
var wait = Math.floor(Math.random() * maxWait ) + 100;
console.log('Waiting for ' + wait + 'ms before next bet.');
return wait ;
}
function startGame(){
console.log('Game started!');
reset();
$loButton.trigger('click');
}
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus