diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-12-01 06:39:46 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-12-01 06:39:46 -0500 |
| commit | 1dfdbf6d09c6b1b80011b98436daa010f10a7be3 (patch) | |
| tree | 44be4184ea36f3a92e2cff99420a15cbb06d993a /StoneIsland/www/js/lib/cart/CartSummary.js | |
| parent | 44ba111c40ce50f8634a7e9bb4316315274218cb (diff) | |
error / thanks styling
Diffstat (limited to 'StoneIsland/www/js/lib/cart/CartSummary.js')
| -rw-r--r-- | StoneIsland/www/js/lib/cart/CartSummary.js | 2 |
1 files changed, 2 insertions, 0 deletions
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(){ |
