From 8bc307b5a104cf7971b7d7ac01c5fb8e62ffc192 Mon Sep 17 00:00:00 2001 From: ahocevar Date: Fri, 30 Mar 2012 18:45:52 -0700 Subject: [PATCH] Allowing copies of literal text fields. --- examples/wps.js | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/wps.js b/examples/wps.js index 093351cb9a..bfea47cf10 100644 --- a/examples/wps.js +++ b/examples/wps.js @@ -231,6 +231,7 @@ function addLiteralInput(input, previousSibling) { value: field.value } } : undefined; + createCopy(input, field, addLiteralInput); }); } else { var option;