From f149c899bb82abd994e975a49a1bf0ae7657eec1 Mon Sep 17 00:00:00 2001 From: Tom MacWright Date: Mon, 3 Dec 2012 16:32:26 -0500 Subject: [PATCH] Rework about --- js/id/actions/modes.js | 3 --- js/id/id.js | 7 +++---- 2 files changed, 3 insertions(+), 7 deletions(-) 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(),