Skip to content

Commit 56a28be

Browse files
committed
Update worldmap.js
1 parent ef1c68b commit 56a28be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

worldmap/worldmap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3273,7 +3273,7 @@ function doGeojson(n,g,l,o,i) { // name, geojson, layer, options, icon
32733273
});
32743274
}
32753275
if (!feature.properties.hasOwnProperty("title") && feature.properties.hasOwnProperty("marker-symbol")) {
3276-
if (!feature.properties["marker-symbol"].indexOf('fa-') === 0) {
3276+
if (feature.properties["marker-symbol"].indexOf('fa-') !== 0) {
32773277
feature.properties.title = feature.properties["marker-symbol"];
32783278
}
32793279
}

0 commit comments

Comments
 (0)