sr-npm 1.7.912 → 1.7.913
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/pages/careersPage.js +1 -0
package/package.json
CHANGED
package/pages/careersPage.js
CHANGED
|
@@ -507,6 +507,7 @@ async function updateMapMarkers(_$w){
|
|
|
507
507
|
}
|
|
508
508
|
|
|
509
509
|
async function handleBrandDropdown(_$w){
|
|
510
|
+
console.log("siteconfig: ", siteconfig);
|
|
510
511
|
if(siteconfig.disableMultiBrand==="false"){
|
|
511
512
|
const brands=await wixData.query(COLLECTIONS.BRANDS).find();
|
|
512
513
|
if(brands.items.length>1){
|