sr-npm 1.7.1268 → 1.7.1269

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.1268",
3
+ "version": "1.7.1269",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -208,7 +208,7 @@ async function handleUrlParams(_$w,urlParams,handleBackAndForth=false) {
208
208
  const jobsFirstPage=currentJobs.slice(startSlicIndex,endSlicIndex);
209
209
  _$w(CAREERS_MULTI_BOXES_PAGE_CONSTS.JOBS_REPEATER).data = jobsFirstPage;
210
210
  handlePaginationButtons(_$w);
211
- if(ActivateURLOnchange)
211
+ if(!ActivateURLOnchange)
212
212
  {
213
213
  finishedUrlOnChange=true;
214
214
  }