diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2021-01-22 02:06:23 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2021-01-22 02:06:23 +0100 |
| commit | 156de7d1875e0622a1d9d9493cb60be6858c5009 (patch) | |
| tree | 4db85263c12889b684eea58050d86db44f9df826 /StoneIsland/www/js/lib/cart/CartSummary.js | |
| parent | 44c3c894e031f950303725abaafbb70a5f0d2654 (diff) | |
v1.5.0 fixing cart issues
Diffstat (limited to 'StoneIsland/www/js/lib/cart/CartSummary.js')
| -rwxr-xr-x | 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 9637ae35..8ae11c0d 100755 --- a/StoneIsland/www/js/lib/cart/CartSummary.js +++ b/StoneIsland/www/js/lib/cart/CartSummary.js @@ -29,6 +29,7 @@ var CartSummary = ScrollableView.extend({ app.cart.el.className = "summary" window.location.hash = "#/cart/summary" app.view = this + app.footer.hide() if (auth.has_cart()) { this.load() } |
