first topic


SUBMITTED BY: sammirano1

DATE: Nov. 20, 2016, 11:54 p.m.

FORMAT: Text only

SIZE: 413 Bytes

HITS: 743

  1. cmsg = JSON.stringify(cmsg);
  2. if (currentMsg !== cmsg) {
  3. $('#balance_b').html($('#balance').html());
  4. $('#roundwin_b').html((parseFloat($('#balance').html()) - initialBalance).toFixed(8));
  5. $('#current_bet_b').html($('#double_your_btc_stake').val());
  6. $('#time_b').html((Math.round(((new Date().getTime()) - startTime) / 1000) / 60 / 60).toFixed(2) + ' h');
  7. currentMsg = cmsg;
  8. next();

comments powered by Disqus