diff options
| author | Guillaume Horel <guillaume.horel@gmail.com> | 2015-03-29 11:16:10 -0400 |
|---|---|---|
| committer | Guillaume Horel <guillaume.horel@gmail.com> | 2015-03-29 11:16:10 -0400 |
| commit | 625daf28d37732c7ab6ac7af5f9ef71cdb3adca5 (patch) | |
| tree | 765afde1b9ae1be298e29b8e94c4c0ff94c13236 | |
| parent | d5875acb55376a843449be93be9647890128c32c (diff) | |
| download | wedding-website-625daf28d37732c7ab6ac7af5f9ef71cdb3adca5.tar.gz | |
keep email and address openend
| -rw-r--r-- | static/wedding.js | 2 |
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); }); |
