sr-npm 1.7.1126 → 1.7.1127
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
|
@@ -78,7 +78,8 @@ async function clearAll(_$w,urlOnChange=false) {
|
|
|
78
78
|
console.log("inside clearAll changing to false: ",ActivateURLOnchange);
|
|
79
79
|
console.log("inside clearAll urlOnChange: ",urlOnChange);
|
|
80
80
|
console.log("inside clearAll queryParams.page: ",queryParams.page);
|
|
81
|
-
|
|
81
|
+
console.log("current page: ",pagination.currentPage);
|
|
82
|
+
if(selectedByField.size>0 || _$w(CAREERS_MULTI_BOXES_PAGE_CONSTS.SECONDARY_SEARCH_INPUT).value || _$w(CAREERS_MULTI_BOXES_PAGE_CONSTS.PRIMARY_SEARCH_INPUT).value || pagination.currentPage>1) {
|
|
82
83
|
|
|
83
84
|
for(const field of allfields) {
|
|
84
85
|
_$w(`#${FiltersIds[field.title]}CheckBox`).selectedIndices = [];
|