sample


SUBMITTED BY: abobayou

DATE: April 15, 2017, 5:55 p.m.

FORMAT: Text only

SIZE: 192 Bytes

HITS: 1646

  1. function multiply(){
  2. var current = $('#double_your_btc_stake').val();
  3. var multiply = (current * 2).toFixed(8);
  4. $('#double_your_btc_stake').val(multiply);
  5. }
  6. function getRandomWait(){

comments powered by Disqus