Fix tageditor type icon

This commit is contained in:
Ansis Brammanis
2013-02-21 11:33:43 -05:00
parent 3bffa556fd
commit 2c9f044e52

View File

@@ -42,7 +42,7 @@ iD.ui.TagEditor = function() {
});
typelabel.append('div')
.attr('class', 'icon icon-pre-text' + (presetMatch ? ' maki-' + presetMatch.icon + '-24' : ''));
.attr('class', 'icon icon-pre-text' + (presetMatch ? ' preset-' + presetMatch.icon : ''));
typelabel.append('button')
.attr('tabindex', -1)