Unverified Commit 05a6c05d authored by bitsoko's avatar bitsoko Committed by GitHub

Update rewards.js

parent 4e77cd31
......@@ -1699,9 +1699,18 @@ function discoverExchange(e) {
}
started=false;
statInt=setInterval(function(){
if(!started){
starting();
}
},450)
function starting() {
started=true;
//bad hack fix, sometimes the ready callbacks are not working :?{
clearInterval(statInt);
//user wants to trade so hide default landing page
if (getBitsWinOpt('uid') || getBitsWinOpt('cid')) $("#tokenSelect").hide();
walletFunctions(localStorage.getItem('bits-user-name')).then(function (u) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment