From 96eb0cad319f4514afd5227cb08196771edcb4ba Mon Sep 17 00:00:00 2001 From: Ansis Brammanis Date: Fri, 22 Feb 2013 14:32:23 -0500 Subject: [PATCH] Remove wronly placed inspect buttons --- js/id/ui/tageditor.js | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/js/id/ui/tageditor.js b/js/id/ui/tageditor.js index 1a849921e..c24c06ac3 100644 --- a/js/id/ui/tageditor.js +++ b/js/id/ui/tageditor.js @@ -60,12 +60,6 @@ iD.ui.TagEditor = function() { typelabel.append('div') .attr('class', 'icon icon-pre-text' + (presetMatch ? ' preset-' + presetMatch.icon : '')); - typelabel.append('button') - .attr('tabindex', -1) - .attr('class', 'minor type-help') - .append('span') - .attr('class', 'icon inspect'); - var namewrap = headerwrap.append('div') .attr('class', 'name col9 inspector-inner'); @@ -84,12 +78,6 @@ iD.ui.TagEditor = function() { event.change(); }); - namewrap.append('button') - .attr('tabindex', -1) - .attr('class', 'minor name-help') - .append('span') - .attr('class', 'icon inspect'); - presetUI = iD.ui.preset() .context(context) .entity(entity)