sr-npm 1.7.293 → 1.7.294
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 -2
package/package.json
CHANGED
package/pages/careersPage.js
CHANGED
|
@@ -341,8 +341,7 @@ async function handleLocationParam(_$w,location) {
|
|
|
341
341
|
if(dropdownOptions.length!==optionsFromCMS.items.length+1){
|
|
342
342
|
fixDropdownOptions('#dropdownLocation',optionsFromCMS, _$w);
|
|
343
343
|
}
|
|
344
|
-
|
|
345
|
-
|
|
344
|
+
|
|
346
345
|
const option=_$w('#dropdownLocation').options.find(option => option.value.toLowerCase() === locationValue.toLowerCase())
|
|
347
346
|
|
|
348
347
|
if(option){
|