earning


SUBMITTED BY: mohnajadi

DATE: Feb. 13, 2017, 5:37 p.m.

FORMAT: Text only

SIZE: 532 Bytes

HITS: 541

  1. ar $loButton = $('#double_your_btc_bet_lo_button'),
  2. $hiButton = $('#double_your_btc_bet_hi_button');
  3. function multiply(){
  4. var current = $('#double_your_btc_stake').val();
  5. var multiply = (current * 2).toFixed(8);
  6. $('#double_your_btc_stake').val(multiply);
  7. }
  8. function getRandomWait(){
  9. var wait = Math.floor(Math.random() * maxWait ) + 100;
  10. console.log('Waiting for ' + wait + 'ms before next bet.');
  11. return wait ;
  12. }
  13. function startGame(){
  14. console.log('Game started!');
  15. reset();
  16. dfdfjcidfjesil;jeifjl

comments powered by Disqus