diff options
| author | timb <timb@mb.local> | 2010-04-09 19:27:20 -0700 |
|---|---|---|
| committer | timb <timb@mb.local> | 2010-04-09 19:27:20 -0700 |
| commit | d71b5a02c17e40a6f21b9cf12b7e12457d8df4b5 (patch) | |
| tree | 9f4950a04d881781f3631865a8eaa8e192c50b19 /static/js | |
| parent | 99c8ae25e4bc2b095f956fdc7a90f66c55014e02 (diff) | |
| parent | 167efea3b97a3414f5608d9bfff55aebb29b0727 (diff) | |
merging
Diffstat (limited to 'static/js')
| -rwxr-xr-x | static/js/register.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/js/register.js b/static/js/register.js index 30e221f..af7e23a 100755 --- a/static/js/register.js +++ b/static/js/register.js @@ -1,6 +1,7 @@ function submitRegistration() { var nick = $('#nickInput').val(); var email = $('#emailInput').val(); + var terms = $('#terms').val(); var password = $('#passwordInput').val() || ""; var password2 = $('#passwordInput2').val() || ""; |
