summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/auth/SignupView.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-11-19 23:17:05 -0500
committerJules Laplace <jules@okfoc.us>2015-11-19 23:17:05 -0500
commit0805b9a105f6cb12ffb23349e1458d13ffd90d4f (patch)
treeb3ae97ace949963b0e6d9ae1df6be74046f5fd12 /StoneIsland/www/js/lib/auth/SignupView.js
parenteac52234321adbbb0c97c0bfedf4c7bcc64d7397 (diff)
dates and some cart auth
Diffstat (limited to 'StoneIsland/www/js/lib/auth/SignupView.js')
-rw-r--r--StoneIsland/www/js/lib/auth/SignupView.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/StoneIsland/www/js/lib/auth/SignupView.js b/StoneIsland/www/js/lib/auth/SignupView.js
index 28d828c3..092bf297 100644
--- a/StoneIsland/www/js/lib/auth/SignupView.js
+++ b/StoneIsland/www/js/lib/auth/SignupView.js
@@ -46,6 +46,10 @@ var SignupView = FormView.extend({
error: function(data){
},
+ cancel: function(){
+ auth.defer_add_to_cart = null
+ },
+
/*
var new_user_data = {
"Email": "testit.account" + Math.floor(Math.random() * 10000000) + "@yoox.com",