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

Update bitsoko.js

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