Commit d3c8fff5 authored by bitsoko services's avatar bitsoko services 👷🏿

Update bitsoko.js

parent 64b90345
......@@ -852,14 +852,14 @@ function latefunctions() {
//Sign out
$(".signOut").click(function() {
localStorage.clear();
setTimeout(location.reload(), 1000)
setTimeout(location.reload(), 2000)
});
localStorage.setItem('bits-user-name', getBitsWinOpt('uid'));
updateStores();
}
setTimeout(function(e) {
latefunctions()
}, 2000)
}, 8000)
......
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