sr-npm 1.7.226 → 1.7.227

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.226",
3
+ "version": "1.7.227",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -144,7 +144,7 @@ async function handlePageParam(_$w) {
144
144
  async function bind(_$w) {
145
145
  await _$w('#jobsDataset').onReady(async () => {
146
146
  await updateCount(_$w);
147
- // await updateMapMarkers(_$w);
147
+ await updateMapMarkers(_$w);
148
148
 
149
149
  });
150
150