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/index.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/index.js')
| -rwxr-xr-x | StoneIsland/www/js/index.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/StoneIsland/www/js/index.js b/StoneIsland/www/js/index.js index a5a2cdfa..ea992fc7 100755 --- a/StoneIsland/www/js/index.js +++ b/StoneIsland/www/js/index.js @@ -99,8 +99,8 @@ var app = (function(){ // if (sdk.env == "test") { // app.router.launch() // } -// else { -// } + // else { + // } if (navigator.onLine) { app.account.connect(window.deepLinkRoute || '/intro') |
