mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-05 14:38:05 +02:00
Don't overwrite existing class
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user