diff options
Diffstat (limited to 'StoneIsland/www/js/lib/account/ShippingView.js')
| -rw-r--r-- | StoneIsland/www/js/lib/account/ShippingView.js | 6 |
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 |
