diff options
| author | Rene Ae <aehtyb@gail.com> | 2015-12-22 01:00:19 -0600 |
|---|---|---|
| committer | Rene Ae <aehtyb@gail.com> | 2015-12-22 01:00:19 -0600 |
| commit | 24aaba66007c8f3967d1336a1322ef9141f94ee4 (patch) | |
| tree | 3d844ba55f95505f23daad3edb6044b77e01fdd6 /StoneIsland/www/js/lib/nav/NavView.js | |
| parent | 0cd5ed392809b343c2f8d85df81f59021129723a (diff) | |
bugfixes
Diffstat (limited to 'StoneIsland/www/js/lib/nav/NavView.js')
| -rwxr-xr-x | StoneIsland/www/js/lib/nav/NavView.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/StoneIsland/www/js/lib/nav/NavView.js b/StoneIsland/www/js/lib/nav/NavView.js index 1c12e7a1..1000e16e 100755 --- a/StoneIsland/www/js/lib/nav/NavView.js +++ b/StoneIsland/www/js/lib/nav/NavView.js @@ -115,7 +115,7 @@ var NavView = View.extend({ app.router.go("account/settings") }, return_link: function(){ - window.open("http://www.stoneisland.com/", '_system') + window.open("http://www.stoneisland.com/localize.asp?tskay=4036416C&page=help/return&deviceYeti=smartphone", '_system') }, @@ -135,7 +135,7 @@ var NavView = View.extend({ app.router.go("page/terms") }, care: function(){ - window.open("http://www.stoneisland.com/localize.asp?tskay=4036416C&page=help/return&deviceYeti=smartphone", '_system') + window.open("http://www.stoneisland.com/localize.asp?tskay=4036416C&page=help/home&deviceYeti=smartphone", '_system') }, |
