Firefox compatibility fixes, be more aware of problems in authentication

This commit is contained in:
Tom MacWright
2012-11-30 15:59:16 -05:00
parent 9ec9e9b6b3
commit bdf47e4a80
5 changed files with 12 additions and 12 deletions
+2 -1
View File
@@ -6,7 +6,8 @@ iD.commit = function() {
header = selection.append('div').attr('class', 'header'),
body = selection.append('div').attr('class', 'body');
header.append('h2').text('Save Changes to OpenStreetMap');
header.append('h2').text('Upload Changes to OpenStreetMap');
header.append('p').text('the changes you upload will be visible on all maps using OpenStreetMap data');
var section = body.selectAll('div.commit-section')
.data(['modify', 'delete', 'create'].filter(function(d) {