Clean up dead code in inspector.

This commit is contained in:
Brandon Liu
2013-01-19 11:07:56 -08:00
parent 5279839ca4
commit 0751dc4ba1
-4
View File
@@ -187,10 +187,6 @@ iD.ui.inspector = function() {
}
});
}
d3.event.preventDefault();
})
.attr('href', function(d) {
return 'http://taginfo.openstreetmap.org/keys/' + d.key;
});
helpBtn.append('span')