sr-npm 1.7.720 → 1.7.721
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
|
@@ -380,6 +380,7 @@ function secondarySearch(_$w,query) {
|
|
|
380
380
|
_$w(CAREERS_MULTI_BOXES_PAGE_CONSTS.paginationTotalCountText).text = secondarySearchJobs.length.toString();
|
|
381
381
|
pagination.currentPage=1;
|
|
382
382
|
handlePaginationButtons(_$w,true);
|
|
383
|
+
updateTotalJobsCountText(_$w);
|
|
383
384
|
}
|
|
384
385
|
function bindSearchInput(_$w) {
|
|
385
386
|
const primarySearchDebounced = debounce(() => {
|