sr-npm 1.7.1227 → 1.7.1228
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
|
@@ -267,7 +267,6 @@ async function handleParams(_$w,param,values) {
|
|
|
267
267
|
console.log("scrolling to secondary search input");
|
|
268
268
|
await _$w(CAREERS_MULTI_BOXES_PAGE_CONSTS.SECONDARY_SEARCH_INPUT).scrollTo();
|
|
269
269
|
console.log("scrolled to secondary search input");
|
|
270
|
-
|
|
271
270
|
});
|
|
272
271
|
} catch (error) {
|
|
273
272
|
console.error('Failed to load pagination buttons:', error);
|