From a82385e14c7ede73ef6893af8235f2e9e145da53 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 21 Dec 2015 23:02:41 -0800 Subject: fb --- StoneIsland/www/js/lib/nav/NavView.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'StoneIsland/www/js/lib/nav/NavView.js') diff --git a/StoneIsland/www/js/lib/nav/NavView.js b/StoneIsland/www/js/lib/nav/NavView.js index 1c12e7a1..54be5f77 100755 --- a/StoneIsland/www/js/lib/nav/NavView.js +++ b/StoneIsland/www/js/lib/nav/NavView.js @@ -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') }, -- cgit v1.2.3-70-g09d2