diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-04-09 22:23:28 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-04-09 22:23:28 -0400 |
| commit | 167efea3b97a3414f5608d9bfff55aebb29b0727 (patch) | |
| tree | 20403c95b7d6e490cc3645ae884fd776b6290f60 /static/js | |
| parent | 219b28bbb3ce87ffe55e5ba58ed39f073c040c3c (diff) | |
timb commiting ryder's changes
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() || ""; |
