From 15b9eb7b3fcafe3a7b0a57a7fe3f1430d3ed57a6 Mon Sep 17 00:00:00 2001 From: Ansis Brammanis Date: Thu, 21 Mar 2013 17:56:59 -0400 Subject: [PATCH] second half of 871961d0779c53d92d5abe266f321830ab36a3ff --- js/id/ui/tag_editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/id/ui/tag_editor.js b/js/id/ui/tag_editor.js index 79ebedf9b..8b3f101d7 100644 --- a/js/id/ui/tag_editor.js +++ b/js/id/ui/tag_editor.js @@ -98,7 +98,7 @@ iD.ui.TagEditor = function(context, entity) { // Don't add for created entities if (entity.osmId() > 0) { tageditorpreset.append('div') - .attr('class','inspector-inner') + .attr('class','view-on-osm') .append('a') .attr('href', 'http://www.openstreetmap.org/browse/' + entity.type + '/' + entity.osmId()) .attr('target', '_blank')