Fix notice display

This commit is contained in:
Ansis Brammanis
2013-01-15 10:06:05 -05:00
parent 754225aeb7
commit e35ac698a3
+1 -1
View File
@@ -9,7 +9,7 @@ iD.ui.notice = function(selection) {
selection
.text(_)
.transition()
.style('display', 'auto');
.style('display', '');
} else if (_ && message !== _) {
selection.text(_);
} else if (!_) {