Fix Name field's + button (fixes #1529)

This commit is contained in:
John Firebaugh
2013-05-28 10:59:58 -07:00
parent 053ba51e27
commit 39222caac9
+1
View File
@@ -40,6 +40,7 @@ iD.ui.preset.localized = function(field, context) {
}
function addBlank() {
d3.event.preventDefault();
var data = localizedInputs.selectAll('div.entry').data();
data.push({ lang: '', value: '' });
localizedInputs.call(render, data);