From 1dfdbf6d09c6b1b80011b98436daa010f10a7be3 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 1 Dec 2015 06:39:46 -0500 Subject: error / thanks styling --- StoneIsland/www/js/lib/cart/CartSummary.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'StoneIsland/www/js/lib/cart/CartSummary.js') diff --git a/StoneIsland/www/js/lib/cart/CartSummary.js b/StoneIsland/www/js/lib/cart/CartSummary.js index f370dc73..ff1e001f 100644 --- a/StoneIsland/www/js/lib/cart/CartSummary.js +++ b/StoneIsland/www/js/lib/cart/CartSummary.js @@ -55,6 +55,7 @@ var CartSummary = ScrollableView.extend({ return this.empty() } + this.parent.$steps.show() this.updateCounts() this.$rows.empty() @@ -154,6 +155,7 @@ var CartSummary = ScrollableView.extend({ this.parent.setHeaderCount( 0 ) this.parent.$itemcount.html("0 ITEMS") this.el.className = "empty" + this.parent.$steps.hide() }, save: function(){ -- cgit v1.2.3-70-g09d2