sr-npm 1.7.753 → 1.7.754
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.
|
@@ -26,6 +26,7 @@ const CAREERS_MULTI_BOXES_PAGE_CONSTS={
|
|
|
26
26
|
PRIMARY_SEARCH_MULTI_BOX: '#primarySearchMultiBox',
|
|
27
27
|
PRIMARY_SEARCH_POSITION_BUTTON: '#primarySearechPositionButton',
|
|
28
28
|
PRIMARY_SEARCH_CATEGORY_BUTTON: '#primarySearchCategoryButton',
|
|
29
|
+
RESULTS_CONTAINER: '#resultsContainer',
|
|
29
30
|
|
|
30
31
|
}
|
|
31
32
|
|
package/package.json
CHANGED
|
@@ -475,6 +475,7 @@ async function secondarySearch(_$w,query) {
|
|
|
475
475
|
}, 150);
|
|
476
476
|
_$w(CAREERS_MULTI_BOXES_PAGE_CONSTS.PRIMARY_SEARCH_INPUT).onInput(primarySearchDebounced);
|
|
477
477
|
_$w(CAREERS_MULTI_BOXES_PAGE_CONSTS.PRIMARY_SEARCH_INPUT).onClick(async () => {
|
|
478
|
+
_$w(CAREERS_MULTI_BOXES_PAGE_CONSTS.RESULTS_CONTAINER).expand();
|
|
478
479
|
_$w(CAREERS_MULTI_BOXES_PAGE_CONSTS.PRIMARY_SEARCH_MULTI_BOX).changeState("categoryResults");
|
|
479
480
|
let categoryValues=[]
|
|
480
481
|
for(const value of allvaluesobjects) {
|