summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/cart/CartView.js
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/www/js/lib/cart/CartView.js')
-rwxr-xr-xStoneIsland/www/js/lib/cart/CartView.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/StoneIsland/www/js/lib/cart/CartView.js b/StoneIsland/www/js/lib/cart/CartView.js
index a10efb46..6ed8238f 100755
--- a/StoneIsland/www/js/lib/cart/CartView.js
+++ b/StoneIsland/www/js/lib/cart/CartView.js
@@ -30,7 +30,7 @@ var CartView = View.extend({
}.bind(this),
error: function(data){
console.log(data)
-
+ auth.clear_cart()
},
})
},