summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/account/ShippingView.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-11-09 03:06:33 -0500
committerJules Laplace <jules@okfoc.us>2015-11-09 03:06:33 -0500
commitaa93b03e1862e9f95570653d52b9d5858171d22f (patch)
tree504d136f830ca9ee1dc3c49305216be7e1908efd /StoneIsland/www/js/lib/account/ShippingView.js
parent7272a0c913ced4d0f19e81622020051ba2b5c18f (diff)
pull in form data
Diffstat (limited to 'StoneIsland/www/js/lib/account/ShippingView.js')
-rw-r--r--StoneIsland/www/js/lib/account/ShippingView.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/StoneIsland/www/js/lib/account/ShippingView.js b/StoneIsland/www/js/lib/account/ShippingView.js
index d3a5d8df..d22029c7 100644
--- a/StoneIsland/www/js/lib/account/ShippingView.js
+++ b/StoneIsland/www/js/lib/account/ShippingView.js
@@ -8,5 +8,9 @@ var ShippingView = View.extend({
initialize: function(){
this.address = new AddressView ({ parent: this })
},
-
+
+ show: function(){
+ document.body.className = "shipping"
+ },
+
}) \ No newline at end of file