diff --git a/js/id/actions/modes.js b/js/id/actions/modes.js index 0f8073612..b7072f136 100644 --- a/js/id/actions/modes.js +++ b/js/id/actions/modes.js @@ -64,7 +64,6 @@ iD.modes.AddPlace = { .on('mousemove.addplace', null) .on('click.addplace', null); d3.select(document).on('keydown.addplace', null); - d3.selectAll('#addplace').remove(); } }; @@ -234,8 +233,6 @@ iD.modes.DrawRoad = function(way_id, direction) { exit: function() { this.map.surface.on('mousemove.drawroad', null) .on('click.drawroad', null); - d3.select(document).on('.drawroad', null); - d3.selectAll('#drawroad').remove(); window.setTimeout(function() { this.map.dblclickEnable(true); }.bind(this), 1000); diff --git a/js/id/id.js b/js/id/id.js index 59dd57cee..8d178901e 100644 --- a/js/id/id.js +++ b/js/id/id.js @@ -111,10 +111,9 @@ var iD = function(container) { this.append('div') .attr('id', 'about') - .html("

Work in progress: introduction," + - "code," + - "docs." + - "Imagery © 2012 Bing, GeoEye, Getmapping, Intermap, Microsoft.

"); + .html("code, " + + "report a bug " + + "/ imagery © 2012 Bing, GeoEye, Getmapping, Intermap, Microsoft.

"); map.on('update', function() { var undo = map.history.undoAnnotation(),