summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/cart/CartSummary.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-12-01 05:34:35 -0500
committerJules Laplace <jules@okfoc.us>2015-12-01 05:34:35 -0500
commitb1116e3d472907ccc3c8df23a11aa6eca5dc5227 (patch)
tree240ee07e9e00d4f8ac22ee9b7c2c4b330ec00931 /StoneIsland/www/js/lib/cart/CartSummary.js
parent6415f506034262dd7151be2e35e1e1c1e97f4dfa (diff)
prepopulate cc info better
Diffstat (limited to 'StoneIsland/www/js/lib/cart/CartSummary.js')
-rw-r--r--StoneIsland/www/js/lib/cart/CartSummary.js2
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 0ad57020..f370dc73 100644
--- a/StoneIsland/www/js/lib/cart/CartSummary.js
+++ b/StoneIsland/www/js/lib/cart/CartSummary.js
@@ -39,6 +39,7 @@ var CartSummary = ScrollableView.extend({
load: function(){
this.el.className = "loading"
app.footer.show("SHIPPING &gt;", "CANCEL")
+ app.curtain.show("loading")
sdk.cart.get_status({
success: this.populate.bind(this),
error: this.empty.bind(this),
@@ -127,6 +128,7 @@ var CartSummary = ScrollableView.extend({
this.el.className = "full"
this.refreshScroller()
+ app.curtain.hide("loading")
},
updateCounts: function(){