sr-npm 1.7.1236 → 1.7.1237

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.1236",
3
+ "version": "1.7.1237",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -83,7 +83,8 @@ async function handleBackAndForth(_$w){
83
83
  }
84
84
 
85
85
  async function clearAll(_$w,urlOnChange=false) {
86
- if(selectedByField.size>0 || _$w(CAREERS_MULTI_BOXES_PAGE_CONSTS.SECONDARY_SEARCH_INPUT).value || _$w(CAREERS_MULTI_BOXES_PAGE_CONSTS.PRIMARY_SEARCH_INPUT).value) {
86
+
87
+ // if(selectedByField.size>0 || _$w(CAREERS_MULTI_BOXES_PAGE_CONSTS.SECONDARY_SEARCH_INPUT).value || _$w(CAREERS_MULTI_BOXES_PAGE_CONSTS.PRIMARY_SEARCH_INPUT).value) {
87
88
 
88
89
  for(const field of allfields) {
89
90
  _$w(`#${FiltersIds[field.title]}CheckBox`).selectedIndices = [];
@@ -95,7 +96,6 @@ async function clearAll(_$w,urlOnChange=false) {
95
96
  secondarySearchIsFilled=false;
96
97
  currentJobs=alljobs;
97
98
  keywordAllJobs=undefined;
98
-
99
99
  if(!urlOnChange) {
100
100
  console.log("inside clearAll removing url params");
101
101
  ActivateURLOnchange=false;
@@ -104,7 +104,7 @@ async function clearAll(_$w,urlOnChange=false) {
104
104
  await updateJobsAndNumbersAndFilters(_$w,true);
105
105
  }
106
106
 
107
- }
107
+ // }
108
108
  }
109
109
 
110
110
  function handleFilterInMobile(_$w) {