sr-npm 1.2.41 → 1.2.43
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 +1 -1
- package/pages/pagesUtils.js +0 -8
package/package.json
CHANGED
package/pages/pagesUtils.js
CHANGED
|
@@ -166,14 +166,6 @@ function bindPrimarySearch(_$w, allvaluesobjects) {
|
|
|
166
166
|
}
|
|
167
167
|
}
|
|
168
168
|
});
|
|
169
|
-
}
|
|
170
|
-
else {
|
|
171
|
-
let encodedKeyWord=encodeURIComponent(_$w(CAREERS_MULTI_BOXES_PAGE_CONSTS.PRIMARY_SEARCH_INPUT).value);
|
|
172
|
-
const baseUrl = await location.baseUrl();
|
|
173
|
-
location.to(`${baseUrl}/search?keyword=${encodedKeyWord}`);
|
|
174
|
-
}
|
|
175
|
-
}
|
|
176
|
-
});
|
|
177
169
|
|
|
178
170
|
_$w(CAREERS_MULTI_BOXES_PAGE_CONSTS.PRIMARY_SEARCH_BUTTON).onClick(async () => {
|
|
179
171
|
if(_$w(CAREERS_MULTI_BOXES_PAGE_CONSTS.PRIMARY_SEARCH_INPUT).value.trim()==='') {
|