diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-01-20 01:33:37 +0100 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-01-20 01:33:37 +0100 |
| commit | 39780c6c2d5474e2af12661935f986265c0feb0d (patch) | |
| tree | 12998b2bd8a34a9ff83467ac76f755b072179d21 /StoneIsland/platforms/android/assets/www/js/lib/nav/NavView.js | |
| parent | fcdef34b27e8f8e674361cbae17e627b9135d9c7 (diff) | |
| parent | 75aacfbbf0aaea5f09809428bdebe6842d36f082 (diff) | |
home screen degrees in N S E W..
Diffstat (limited to 'StoneIsland/platforms/android/assets/www/js/lib/nav/NavView.js')
| -rwxr-xr-x | StoneIsland/platforms/android/assets/www/js/lib/nav/NavView.js | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/StoneIsland/platforms/android/assets/www/js/lib/nav/NavView.js b/StoneIsland/platforms/android/assets/www/js/lib/nav/NavView.js index 1c12e7a1..fc373858 100755 --- a/StoneIsland/platforms/android/assets/www/js/lib/nav/NavView.js +++ b/StoneIsland/platforms/android/assets/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') }, @@ -146,7 +146,7 @@ var NavView = View.extend({ fb: function(){ - window.open("https://www.facebook.com/StoneIsland", '_system') + window.open(is_ios ? "facebook://profile/231623463406" : "https://www.facebook.com/StoneIsland", '_system') }, insta: function(){ window.open("https://instagram.com/stoneisland_official", '_system') @@ -155,7 +155,6 @@ var NavView = View.extend({ window.open("https://twitter.com/stoneisland", '_system') }, yt: function(){ - console.log("youtube") window.open("https://www.youtube.com/user/StoneIslandOfficial", '_system') }, |
