diff --git a/js/id/ui/tag_reference.js b/js/id/ui/tag_reference.js index 9d7e321e0..d96af6de3 100644 --- a/js/id/ui/tag_reference.js +++ b/js/id/ui/tag_reference.js @@ -27,7 +27,8 @@ iD.ui.TagReference = function(entity, tag) { } function tagReference(selection) { - wrap = selection.classed('tag-help', true); + wrap = selection.append('div') + .attr('class', 'tag-help cf'); } tagReference.show = function() { @@ -102,4 +103,4 @@ iD.ui.TagReference = function(entity, tag) { }; return tagReference; -}; +}; \ No newline at end of file