Commit 37c9a118 authored by bitsoko services's avatar bitsoko services 👷🏿

Update bitsoko.js

parent a2afb34a
......@@ -74,7 +74,6 @@ function profileLoaded(p) {
localStorage.setItem('soko-owner-id', p.bitsokoUserID);
$("#signingIn").html("Signing In. Please Wait");
updateStores();
startPushManager();
setTimeout(userNamesInput, 18000);
......@@ -370,7 +369,7 @@ function reqSend(data) {
}
function updateMerch(s) {
//localStorage.setItem('soko-active-store',services[0].id);
startPushManager();
try {
$('.store-name').html(s.name);
$('.store-desc').html(s.description);
......
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