sr-npm 1.7.146 → 1.7.147
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
|
@@ -276,8 +276,8 @@ async function handleDepartmentParam(_$w,department) {
|
|
|
276
276
|
console.log("before applyFilters_$w('#dropdownDepartment').value", _$w('#dropdownDepartment').value);
|
|
277
277
|
|
|
278
278
|
await applyFilters(_$w, true); // Skip URL update since we're handling initial URL params
|
|
279
|
-
|
|
280
|
-
|
|
279
|
+
// console.log("url", url);
|
|
280
|
+
// await to(url);
|
|
281
281
|
}
|
|
282
282
|
|
|
283
283
|
|