sr-npm 1.7.1016 → 1.7.1017

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.1016",
3
+ "version": "1.7.1017",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -143,6 +143,7 @@ async function handleParams(_$w,param,values) {
143
143
  selectedByField.set(field._id, existing);
144
144
  _$w(`#${FiltersIds[field.title]}CheckBox`).selectedIndices=selectedIndices;
145
145
  return applyFiltering;
146
+
146
147
  }
147
148
 
148
149
  function loadPaginationButtons(_$w) {