diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2021-01-22 02:06:29 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2021-01-22 02:06:29 +0100 |
| commit | ba87d556784a9c0444ec058b590d567f115c8fd2 (patch) | |
| tree | ec3d8ebb50a7b55635ff2c4f2652e7c2af85470c /StoneIsland/platforms/ios/www/js/lib/cart/CartSummary.js | |
| parent | 156de7d1875e0622a1d9d9493cb60be6858c5009 (diff) | |
build
Diffstat (limited to 'StoneIsland/platforms/ios/www/js/lib/cart/CartSummary.js')
| -rwxr-xr-x | StoneIsland/platforms/ios/www/js/lib/cart/CartSummary.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/StoneIsland/platforms/ios/www/js/lib/cart/CartSummary.js b/StoneIsland/platforms/ios/www/js/lib/cart/CartSummary.js index 9637ae35..8ae11c0d 100755 --- a/StoneIsland/platforms/ios/www/js/lib/cart/CartSummary.js +++ b/StoneIsland/platforms/ios/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() } |
