summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/cart/CartThanks.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2016-03-07 17:03:58 +0100
committerJules Laplace <jules@okfoc.us>2016-03-07 17:03:58 +0100
commit89b2dd78571b26d09af1f9f820abfaeba3c864ba (patch)
tree70c5b40af998f70fbff01da55a89907460e51963 /StoneIsland/www/js/lib/cart/CartThanks.js
parent3bd704dd83f55a038b1eac699ecdf1fa3bbf8123 (diff)
curtain
Diffstat (limited to 'StoneIsland/www/js/lib/cart/CartThanks.js')
-rwxr-xr-xStoneIsland/www/js/lib/cart/CartThanks.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/StoneIsland/www/js/lib/cart/CartThanks.js b/StoneIsland/www/js/lib/cart/CartThanks.js
index eb95197b..798fbbb3 100755
--- a/StoneIsland/www/js/lib/cart/CartThanks.js
+++ b/StoneIsland/www/js/lib/cart/CartThanks.js
@@ -12,9 +12,10 @@ var CartThanks = View.extend({
show: function(){
document.body.className = "cart"
app.cart.el.className = "thanks"
+ app.header.set_cart_count(0)
app.footer.show("&lt; BACK TO COLLECTION")
app.footer.hide()
-
+
app.orders.loaded = false
},