summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/cart/CartThanks.js
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/www/js/lib/cart/CartThanks.js')
-rw-r--r--StoneIsland/www/js/lib/cart/CartThanks.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/StoneIsland/www/js/lib/cart/CartThanks.js b/StoneIsland/www/js/lib/cart/CartThanks.js
index e4dff0a3..991f603b 100644
--- a/StoneIsland/www/js/lib/cart/CartThanks.js
+++ b/StoneIsland/www/js/lib/cart/CartThanks.js
@@ -7,5 +7,15 @@ var CartThanks = View.extend({
initialize: function(){
},
+
+ show: function(){
+ app.cart.el.className = "thanks"
+ app.footer.show("< BACK TO COLLECTION")
+ app.footer.hide()
+ },
+
+ ok: function(){
+ app.router.go("store")
+ },
}) \ No newline at end of file