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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sr-npm",
3
- "version": "1.7.200",
3
+ "version": "1.7.201",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -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
- updateMapMarkers(_$w,count);
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