Allowing copies of literal text fields.

This commit is contained in:
ahocevar
2012-03-30 18:45:52 -07:00
parent c3fe359fa6
commit 8bc307b5a1
+1
View File
@@ -231,6 +231,7 @@ function addLiteralInput(input, previousSibling) {
value: field.value value: field.value
} }
} : undefined; } : undefined;
createCopy(input, field, addLiteralInput);
}); });
} else { } else {
var option; var option;