Commit 76dd8c2f authored by bitsoko's avatar bitsoko Committed by GitHub

Update bitsoko.js

parent b6ad89e4
......@@ -222,7 +222,7 @@ function loadPOS() {
$("#switchStoreContent").append(html);
localStorage.setItem('soko-store-id-' + services[i].id, JSON.stringify(services[i]));
localStorage.setItem('soko-active-store', services[0].id);
initialisePush('soko-store-id-' + services[i].id);
// initialisePush('soko-store-id-' + services[i].id);
}
var shroot = document.querySelectorAll(".closeSwitchStore");
for (var i = 0; i < shroot.length; ++i) {
......
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