@nuskin/ns-util 4.3.2 → 4.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/nuskin.util.js +1 -1
package/package.json
CHANGED
package/src/nuskin.util.js
CHANGED
|
@@ -75,7 +75,7 @@ function Initializer() {
|
|
|
75
75
|
initFunctions[x].initFunction();
|
|
76
76
|
}
|
|
77
77
|
}
|
|
78
|
-
equinoxLocalStorage.setLocalStorageFlag()
|
|
78
|
+
//equinoxLocalStorage.setLocalStorageFlag() commenting this out for now so we can set local storage manually
|
|
79
79
|
console.log("Initialized system");
|
|
80
80
|
};
|
|
81
81
|
|