sr-npm 1.7.486 → 1.7.487
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
|
@@ -459,6 +459,7 @@ async function updateMapMarkers(_$w){
|
|
|
459
459
|
|
|
460
460
|
async function handleBrandDropdown(_$w){
|
|
461
461
|
const brands=await wixData.query("Brands").find();
|
|
462
|
+
console.log("brands: ", brands);
|
|
462
463
|
if(brands.items.length>1){
|
|
463
464
|
console.log("showing brand dropdown");
|
|
464
465
|
_$w('#dropdownBrand').show();
|