diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-11-30 23:51:15 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-11-30 23:51:15 -0500 |
| commit | 848730bdbc1e1b2c81274385d85fd385422323d8 (patch) | |
| tree | 1e60722135d553860a4e57b653198fe547883475 /StoneIsland/www/js/lib/auth/SignupView.js | |
| parent | 2c063f920983c2b8b4584a21471c70521a391009 (diff) | |
use_stored_credit_card
Diffstat (limited to 'StoneIsland/www/js/lib/auth/SignupView.js')
| -rw-r--r-- | StoneIsland/www/js/lib/auth/SignupView.js | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/StoneIsland/www/js/lib/auth/SignupView.js b/StoneIsland/www/js/lib/auth/SignupView.js index 22b310de..a78af233 100644 --- a/StoneIsland/www/js/lib/auth/SignupView.js +++ b/StoneIsland/www/js/lib/auth/SignupView.js @@ -4,7 +4,8 @@ var SignupView = FormView.extend({ action: sdk.account.signup, last_data: null, - + +/* test_data: { "Email": "testit.account" + Math.floor(Math.random() * 10000000) + "@yoox.com", "Password": "TestPassword", @@ -16,7 +17,8 @@ var SignupView = FormView.extend({ "DataProfiling": true, "DataProfiling2": true, }, - +*/ + events: { "click .privacy-msg": "privacy_link", "submit form": "save", |
