sr-npm 1.7.490 → 1.7.491
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 +2 -2
package/package.json
CHANGED
package/pages/careersPage.js
CHANGED
|
@@ -37,8 +37,9 @@ allJobs=await getAllPositions();
|
|
|
37
37
|
await activateAutoLoad(_$w);
|
|
38
38
|
await bind(_$w);
|
|
39
39
|
await init(_$w);
|
|
40
|
-
await handleUrlParams(_$w);
|
|
41
40
|
await handleBrandDropdown(_$w);
|
|
41
|
+
await handleUrlParams(_$w);
|
|
42
|
+
|
|
42
43
|
|
|
43
44
|
}
|
|
44
45
|
|
|
@@ -106,7 +107,6 @@ async function handleUrlParams(_$w) {
|
|
|
106
107
|
if (queryJobTypeVar) {
|
|
107
108
|
await handleJobTypeParam(_$w,queryJobTypeVar);
|
|
108
109
|
}
|
|
109
|
-
console.log("_$w('#dropdownBrand'): ", _$w('#dropdownBrand'));
|
|
110
110
|
if (queryBrandVar && _$w('#dropdownBrand').isVisible) { //if it is not visible, ignore it
|
|
111
111
|
await handleBrandParam(_$w,queryBrandVar);
|
|
112
112
|
}
|