sr-npm 1.7.1225 → 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sr-npm",
3
- "version": "1.7.1225",
3
+ "version": "1.7.1228",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -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);