cleanup error message.

This commit is contained in:
Saman Bemel-Benrud
2013-03-07 15:29:45 -05:00
parent 4ac5da7584
commit fd2f464bf9
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ iD.ui.confirm = function(selection) {
.attr('class', 'buttons cf');
var okbutton = buttonwrap.append('button')
.attr('class', 'action centered')
.attr('class', 'col2 action centered')
.on('click.confirm', function() {
modal.remove();
});