sr-npm 1.7.895 → 1.7.896
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
|
@@ -501,7 +501,6 @@ async function secondarySearch(_$w,query) {
|
|
|
501
501
|
try {
|
|
502
502
|
await bindPrimarySearch(_$w,allvaluesobjects,alljobs);
|
|
503
503
|
|
|
504
|
-
|
|
505
504
|
const secondarySearchDebounced = debounce(async () => {
|
|
506
505
|
const query = (_$w(CAREERS_MULTI_BOXES_PAGE_CONSTS.SECONDARY_SEARCH_INPUT).value || '').toLowerCase().trim();
|
|
507
506
|
await secondarySearch(_$w, query);
|