diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-11-28 13:54:07 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-11-28 15:06:27 -0500 |
| commit | 5374ce4ed870a5b007c21a880ffc0134dc676d89 (patch) | |
| tree | ae8d3bacd40689b5644577022038e6d49997c331 /StoneIsland/www/js/lib/cart/CartSummary.js | |
| parent | f10c834c2a33bfd0543dd0180f42df976943ed3a (diff) | |
toggle address form on cart
Diffstat (limited to 'StoneIsland/www/js/lib/cart/CartSummary.js')
| -rw-r--r-- | StoneIsland/www/js/lib/cart/CartSummary.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/StoneIsland/www/js/lib/cart/CartSummary.js b/StoneIsland/www/js/lib/cart/CartSummary.js index 05842380..7872d32c 100644 --- a/StoneIsland/www/js/lib/cart/CartSummary.js +++ b/StoneIsland/www/js/lib/cart/CartSummary.js @@ -27,6 +27,7 @@ var CartSummary = ScrollableView.extend({ show: function(){ document.body.className = "cart" app.cart.el.className = "summary" + window.location.hash = "#/cart/summary" if (auth.has_cart()) { this.load() } |
