diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-12-11 14:30:18 -0600 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-12-11 14:30:18 -0600 |
| commit | 32c8b0fa79e6aa818360341f58b6f327299caf59 (patch) | |
| tree | 4d53a581790941b5863354c0d903b5583f87a673 /StoneIsland/platforms/android/assets/www/js/lib/auth/SignupView.js | |
| parent | 6751e1424bb46a3d6a035e695bcd61475e40a13f (diff) | |
deeplinking working. 0.4.0
Diffstat (limited to 'StoneIsland/platforms/android/assets/www/js/lib/auth/SignupView.js')
| -rwxr-xr-x | StoneIsland/platforms/android/assets/www/js/lib/auth/SignupView.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/StoneIsland/platforms/android/assets/www/js/lib/auth/SignupView.js b/StoneIsland/platforms/android/assets/www/js/lib/auth/SignupView.js index ff5fa6bb..599f57c7 100755 --- a/StoneIsland/platforms/android/assets/www/js/lib/auth/SignupView.js +++ b/StoneIsland/platforms/android/assets/www/js/lib/auth/SignupView.js @@ -64,7 +64,7 @@ var SignupView = FormView.extend({ // if (data.Gender === "NONE") { errors.push([ "Gender", "Please supply your gender." ]) } if (data.DataProfiling !== "true") { errors.push([ "DataProfiling", "You must consent to use this service." ]) } if (data.DataProfiling2 !== "true") { errors.push([ "DataProfiling2", "You must consent to use this service." ]) } - if (! data.YooxLetter) { data.YooxLetter = false } + data.YooxLetter = this.$("[name=YooxLetter]").prop("checked") }, finalize: function(data){ |
