Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Developers map: remove Name and Status terms
  • Loading branch information
gacarrillor committed Nov 3, 2017
1 parent 081f00e commit 70cb249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/developersmap.html
Expand Up @@ -31,7 +31,7 @@
} else {
nameString = feature.properties.Name;
}
layer.bindPopup("<b>Name:</b> " + nameString + "<br><b>Status:</b> " +
layer.bindPopup(nameString + "<br>" +
(feature.properties.Committer == "Yes" ?
"Core committer" : "Core contributor" ));
}
Expand Down

0 comments on commit 70cb249

Please sign in to comment.