mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-05 14:38:05 +02:00
cleanup error message.
This commit is contained in:
+1
-1
@@ -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();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user