sr-npm 1.7.692 → 1.7.693

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.692",
3
+ "version": "1.7.693",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -291,6 +291,7 @@ async function loadJobsRepeater(_$w) {
291
291
  currentJobs=finalFilteredJobs;
292
292
  const jobsFirstPage=currentJobs.slice(0,pagination.pageSize);
293
293
  _$w(CAREERS_MULTI_BOXES_PAGE_CONSTS.JOBS_REPEATER).data = jobsFirstPage;
294
+ pagination.currentPage=1;
294
295
  handlePaginationButtons(_$w);
295
296
  }
296
297