sr-npm 1.7.322 → 1.7.324

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.322",
3
+ "version": "1.7.324",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -175,7 +175,8 @@ function init(_$w) {
175
175
  });
176
176
 
177
177
  onChange(()=>{
178
- console.log("onChange");
178
+ console.log("URL changed onChange");
179
+ handleUrlParams(_$w);
179
180
  });
180
181
 
181
182