summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/cart/CartShipping.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-11-09 02:04:26 -0500
committerJules Laplace <jules@okfoc.us>2015-11-09 02:04:26 -0500
commit6257d7855a89b70d39baa7d91f2f0aa5dde77aaf (patch)
treeaa001fb5983b2706e262ea136162209138059988 /StoneIsland/www/js/lib/cart/CartShipping.js
parent9cb9177accbbf6e4397cc71bc06dff0ccd47f441 (diff)
signup view
Diffstat (limited to 'StoneIsland/www/js/lib/cart/CartShipping.js')
-rw-r--r--StoneIsland/www/js/lib/cart/CartShipping.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/StoneIsland/www/js/lib/cart/CartShipping.js b/StoneIsland/www/js/lib/cart/CartShipping.js
index 23b8cdf0..22b2794a 100644
--- a/StoneIsland/www/js/lib/cart/CartShipping.js
+++ b/StoneIsland/www/js/lib/cart/CartShipping.js
@@ -8,5 +8,9 @@ var CartShipping = View.extend({
initialize: function(){
this.address = new AddressView ({ parent: this })
},
+
+ show: function(){
+ document.body.className = "cart_shipping"
+ },
}) \ No newline at end of file