summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/auth/SignupView.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-12-11 13:07:09 -0600
committerJules Laplace <jules@okfoc.us>2015-12-11 13:07:09 -0600
commit0bef350be2ea4ea67655e83633c6f8f5b6c04695 (patch)
treeeb76fbf009b62dd6edf870c6a93ef4b915fdc507 /StoneIsland/www/js/lib/auth/SignupView.js
parent5680371ea44af2bd576e9b936c9e43ee5ab47376 (diff)
fix youtube link!
Diffstat (limited to 'StoneIsland/www/js/lib/auth/SignupView.js')
-rwxr-xr-xStoneIsland/www/js/lib/auth/SignupView.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/StoneIsland/www/js/lib/auth/SignupView.js b/StoneIsland/www/js/lib/auth/SignupView.js
index ff5fa6bb..599f57c7 100755
--- a/StoneIsland/www/js/lib/auth/SignupView.js
+++ b/StoneIsland/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){