sr-npm 1.7.964 → 1.7.965

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.964",
3
+ "version": "1.7.965",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -48,6 +48,7 @@ async function clearAll(_$w) {
48
48
  secondarySearchIsFilled=false;
49
49
  currentJobs=alljobs;
50
50
  keywordAllJobs=undefined;
51
+ queryParams.remove(["keyword", "brand","visibility","category","page"]);
51
52
  await updateJobsAndNumbersAndFilters(_$w,true);
52
53
  }
53
54
  }
@@ -484,7 +485,7 @@ async function secondarySearch(_$w,query) {
484
485
  _$w(CAREERS_MULTI_BOXES_PAGE_CONSTS.paginationCurrentText).text = "1";
485
486
  _$w(CAREERS_MULTI_BOXES_PAGE_CONSTS.paginationTotalCountText).text = Math.ceil(allsecondarySearchJobs.length/pagination.pageSize).toString();
486
487
  pagination.currentPage=1;
487
-
488
+
488
489
  if(jobsFirstPage.length===0) {
489
490
  await _$w(CAREERS_MULTI_BOXES_PAGE_CONSTS.JOBS_MULTI_STATE_BOX).changeState("noJobs");
490
491
  }