diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-02-09 20:20:12 +0100 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-02-09 20:20:12 +0100 |
| commit | 3a7ab01806ec52c048284029613b9bdaa0f6ec25 (patch) | |
| tree | 0416ca474f7c45ca0c0244787b005ef5cef089db /StoneIsland/platforms/ios/www/js | |
| parent | 3f3827483f0836c71fa967e4d8ee09b101fd9dc2 (diff) | |
new links
Diffstat (limited to 'StoneIsland/platforms/ios/www/js')
| -rwxr-xr-x | StoneIsland/platforms/ios/www/js/lib/auth/LoginView.js | 2 | ||||
| -rwxr-xr-x | StoneIsland/platforms/ios/www/js/lib/nav/NavView.js | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/StoneIsland/platforms/ios/www/js/lib/auth/LoginView.js b/StoneIsland/platforms/ios/www/js/lib/auth/LoginView.js index 8af25914..88a15f7e 100755 --- a/StoneIsland/platforms/ios/www/js/lib/auth/LoginView.js +++ b/StoneIsland/platforms/ios/www/js/lib/auth/LoginView.js @@ -33,7 +33,7 @@ var LoginView = FormView.extend({ }, forgot_password: function(){ - window.open("http://www.stoneisland.com/pages/forgotten-password", '_system') + window.open("http://www.stoneisland.com//r/passwordrecovery/recoveryrequest", '_system') }, validate_presence: { diff --git a/StoneIsland/platforms/ios/www/js/lib/nav/NavView.js b/StoneIsland/platforms/ios/www/js/lib/nav/NavView.js index f3818b7f..cfb39ff6 100755 --- a/StoneIsland/platforms/ios/www/js/lib/nav/NavView.js +++ b/StoneIsland/platforms/ios/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/localize.asp?tskay=4036416C&page=help/return&deviceYeti=smartphone", '_system') + window.open("http://www.stoneisland.com/yTos/Plugins/AreaLocalizer/Redirectarea?area=ProductExchange&controllerName=SearchOrder&actionName=Index", '_system') }, @@ -136,7 +136,7 @@ var NavView = View.extend({ }, care: function(e){ e.preventDefault() - window.open("http://www.stoneisland.com/localize.asp?tskay=4036416C&page=help/home&deviceYeti=smartphone", '_system') + window.open("http://www.stoneisland.com/system/web/custom/hp/email.jsp", '_system') }, |
