diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-21 23:57:04 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-21 23:57:04 +0200 |
| commit | 44412308278b88fc64be581f42bd91f8bc969397 (patch) | |
| tree | 8e1592f73952b6f59fa7525beebca24ee078cf65 /StoneIsland/www/js/lib/account/ShippingView.js | |
| parent | 9dc473339319c82718db5aac472eee0b26473e5b (diff) | |
more error surfacing. fix bug if u had a billing address already but wanna change it
Diffstat (limited to 'StoneIsland/www/js/lib/account/ShippingView.js')
| -rwxr-xr-x | StoneIsland/www/js/lib/account/ShippingView.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/StoneIsland/www/js/lib/account/ShippingView.js b/StoneIsland/www/js/lib/account/ShippingView.js index 67a1cfec..abc12818 100755 --- a/StoneIsland/www/js/lib/account/ShippingView.js +++ b/StoneIsland/www/js/lib/account/ShippingView.js @@ -68,8 +68,9 @@ var ShippingView = FormView.extend({ app.curtain.show("loading") app.account.listAddresses({ success: function(){ + this.$msg.html('Your address has been saved.') app.curtain.hide("loading") - }, + }.bind(this), error: function(){ app.curtain.hide("loading") }, |
