aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2015-03-29 11:16:10 -0400
committerGuillaume Horel <guillaume.horel@gmail.com>2015-03-29 11:16:10 -0400
commit625daf28d37732c7ab6ac7af5f9ef71cdb3adca5 (patch)
tree765afde1b9ae1be298e29b8e94c4c0ff94c13236
parentd5875acb55376a843449be93be9647890128c32c (diff)
downloadwedding-website-625daf28d37732c7ab6ac7af5f9ef71cdb3adca5.tar.gz
keep email and address openend
-rw-r--r--static/wedding.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/wedding.js b/static/wedding.js
index 9dda4c0..36b7115 100644
--- a/static/wedding.js
+++ b/static/wedding.js
@@ -28,7 +28,7 @@ $(function(){
}
});
function updateFields(notcoming){
- ["email", "mailing", "plusoneyes", "plusoneno", "kidsyes","kidsno"].
+ ["plusoneyes", "plusoneno", "kidsyes","kidsno"].
forEach(function(id){
$("#"+id).prop("disabled", notcoming);
});