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

Update bitsoko.js

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