Don't overwrite existing class

This commit is contained in:
John Firebaugh
2013-03-25 16:23:27 -07:00
parent 43ab682262
commit a37dd7e9c6
+1 -1
View File
@@ -29,7 +29,7 @@ iD.ui.TagReference = function(entity, tag) {
return function(selection) {
selection.html('');
selection.attr('class','cf');
selection.classed('cf', true);
taginfo.docs(tag, function(err, docs) {
if (!err && docs) {