Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
first topic
SUBMITTED BY:
sammirano1
DATE:
Nov. 20, 2016, 11:54 p.m.
FORMAT:
Text only
SIZE:
413 Bytes
Raw
Download
Tweet
HITS:
743
Go to comments
Report
cmsg = JSON.stringify(cmsg);
if (currentMsg !== cmsg) {
$('#balance_b').html($('#balance').html());
$('#roundwin_b').html((parseFloat($('#balance').html()) - initialBalance).toFixed(8));
$('#current_bet_b').html($('#double_your_btc_stake').val());
$('#time_b').html((Math.round(((new Date().getTime()) - startTime) / 1000) / 60 / 60).toFixed(2) + ' h');
currentMsg = cmsg;
next();
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus