sr-npm 1.7.325 → 1.7.326
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
|
@@ -178,8 +178,8 @@ function init(_$w) {
|
|
|
178
178
|
_$w('#dropdownsContainer, #closeFiltersButton').collapse();
|
|
179
179
|
});
|
|
180
180
|
|
|
181
|
-
onChange(()=>{
|
|
182
|
-
console.log("URL changed onChange");
|
|
181
|
+
onChange((location)=>{
|
|
182
|
+
console.log("URL changed onChange", location);
|
|
183
183
|
handleUrlParams(_$w);
|
|
184
184
|
});
|
|
185
185
|
|