summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/account/AccountView.js
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/www/js/lib/account/AccountView.js')
-rw-r--r--StoneIsland/www/js/lib/account/AccountView.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/StoneIsland/www/js/lib/account/AccountView.js b/StoneIsland/www/js/lib/account/AccountView.js
index cbd9a9c6..ddca9666 100644
--- a/StoneIsland/www/js/lib/account/AccountView.js
+++ b/StoneIsland/www/js/lib/account/AccountView.js
@@ -48,10 +48,12 @@ var AccountView = View.extend({
cb && cb()
}
if ( ! auth.has_cart() ) {
+ console.log("VV make cart")
auth.create_cart(auth.add_deferred_product_to_cart)
}
else {
if (auth.deferred_product) {
+ console.log("VV got def prod", auth.deferred_product)
auth.add_deferred_product_to_cart()
}
else {