diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-07-14 15:57:59 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-07-14 15:57:59 +0200 |
| commit | 6d71b12ed61d19f8b6f25dfe93c37dc57b528f91 (patch) | |
| tree | d24e8a79b2ac310c85bc8d1edb9378bcde88f541 /StoneIsland/www/js/lib/account/AccountView.js | |
| parent | dde692639f095c28f386d15595fb35ea1ca73ec2 (diff) | |
credit card view id. more aria labelling
Diffstat (limited to 'StoneIsland/www/js/lib/account/AccountView.js')
| -rwxr-xr-x | StoneIsland/www/js/lib/account/AccountView.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/StoneIsland/www/js/lib/account/AccountView.js b/StoneIsland/www/js/lib/account/AccountView.js index 8ac7c193..af035f6a 100755 --- a/StoneIsland/www/js/lib/account/AccountView.js +++ b/StoneIsland/www/js/lib/account/AccountView.js @@ -74,7 +74,7 @@ var AccountView = View.extend({ }, populateCreditCards: function(data, cb){ - console.log("populate ccs:", data.CreditCards) + // console.log("populate ccs:", data.CreditCards) this.ccs = data.CreditCards this.ccLookup = {} if (! data.CreditCards || ! data.CreditCards.length) { |
