sr-npm 1.7.343 → 1.7.344

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.343",
3
+ "version": "1.7.344",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -220,7 +220,7 @@ function init(_$w) {
220
220
  await handleUrlParams(_$w);
221
221
  if(deletedParam)
222
222
  {
223
- applyFilters(_$w);
223
+ await applyFilters(_$w,true);
224
224
  deletedParam=false;
225
225
  }
226
226
  });