sr-npm 1.7.200 → 1.7.201
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/careersPage.js +3 -1
package/package.json
CHANGED
package/pages/careersPage.js
CHANGED
|
@@ -235,7 +235,9 @@ async function applyFilters(_$w, skipUrlUpdate = false) {
|
|
|
235
235
|
await _$w('#jobsDataset').refresh();
|
|
236
236
|
|
|
237
237
|
const count = await updateCount(_$w);
|
|
238
|
-
|
|
238
|
+
console.log("updating map markers");
|
|
239
|
+
await updateMapMarkers(_$w,count);
|
|
240
|
+
console.log("updating map markers completed");
|
|
239
241
|
count ? _$w('#resultsMultiState').changeState('results') : _$w('#resultsMultiState').changeState('noResults');
|
|
240
242
|
|
|
241
243
|
|