simo


SUBMITTED BY: abobayou

DATE: May 8, 2017, 7:50 p.m.

FORMAT: Text only

SIZE: 325 Bytes

HITS: 690

  1. function iHaveEnoughMoni(){
  2. var balance = deexponentize(parseFloat($('#balance').text()));
  3. var current = deexponentize($('#double_your_btc_stake').val());
  4. return ((balance)*2/100) * (current*2) > stopPercentage/100;
  5. }
  6. function stopBeforeRedirect(){
  7. var minutes = parseInt($('title').text());
  8. if( minutes < stopBefore )

comments powered by Disqus