diff options
Diffstat (limited to 'StoneIsland/www/js/lib/account/PaymentView.js')
| -rw-r--r-- | StoneIsland/www/js/lib/account/PaymentView.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/StoneIsland/www/js/lib/account/PaymentView.js b/StoneIsland/www/js/lib/account/PaymentView.js index 74727648..e43dfc1c 100644 --- a/StoneIsland/www/js/lib/account/PaymentView.js +++ b/StoneIsland/www/js/lib/account/PaymentView.js @@ -9,6 +9,10 @@ var PaymentView = View.extend({ this.address = new AddressView ({ parent: this }) }, + show: function(){ + document.body.className = "payment" + }, + }) var AddressView = View.extend({ |
