sr-npm 1.7.913 → 1.7.914

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sr-npm",
3
- "version": "1.7.913",
3
+ "version": "1.7.914",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -508,6 +508,8 @@ async function updateMapMarkers(_$w){
508
508
 
509
509
  async function handleBrandDropdown(_$w){
510
510
  console.log("siteconfig: ", siteconfig);
511
+ console.log("siteconfig.disableMultiBrand: ", siteconfig.disableMultiBrand);
512
+ console.log("siteconfig.disableMultiBrand==='false': ", siteconfig.disableMultiBrand==="false");
511
513
  if(siteconfig.disableMultiBrand==="false"){
512
514
  const brands=await wixData.query(COLLECTIONS.BRANDS).find();
513
515
  if(brands.items.length>1){