sr-npm 1.7.882 → 1.7.883

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.882",
3
+ "version": "1.7.883",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/pages/homePage.js CHANGED
@@ -100,7 +100,7 @@ else
100
100
  loadedCategories=false;
101
101
  _$w('#viewAllCategoriesButton').label = "View Less";
102
102
  _$w('#viewAllCategoriesButton').onClick(()=>{
103
- _$w("#categoriesDataset").loadPage(0);
103
+ _$w("#categoriesDataset").loadPage(1);
104
104
  console.log("categories reseted");
105
105
  });
106
106
  }