sr-npm 1.7.1005 → 1.7.1007

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.1005",
3
+ "version": "1.7.1007",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -224,7 +224,9 @@ async function handleParams(_$w,param,values) {
224
224
  } else {
225
225
  selectedByField.delete(fieldId);
226
226
  console.log("url values to remove: ",fieldTitle);
227
+
227
228
  queryParams.remove([fieldTitle ]);
229
+
228
230
  }
229
231
 
230
232