sr-npm 1.7.327 → 1.7.328

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sr-npm",
3
- "version": "1.7.327",
3
+ "version": "1.7.328",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -180,6 +180,11 @@ function init(_$w) {
180
180
 
181
181
  onChange((location)=>{
182
182
  console.log("URL changed onChange ", location);
183
+ console.log("query.location: ", query.location);
184
+ console.log("query.keyWord: ", query.keyWord);
185
+ console.log("query.department: ", query.department);
186
+ console.log("query.page: ", query.page);
187
+ console.log("query",query);
183
188
  handleUrlParams(_$w);
184
189
  });
185
190