diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-01-20 21:34:32 +0100 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-01-20 21:34:32 +0100 |
| commit | f47c0196699eed49c6dbc03c857fe1e4368f2b54 (patch) | |
| tree | fc13aa0bd8b2e7474a90de711a8428167326a630 | |
| parent | 4c8d3ed138f144643e8c9058dd55728d45eb5db8 (diff) | |
share urls
| -rwxr-xr-x | StoneIsland/www/js/lib/blogs/HubView.js | 2 | ||||
| -rwxr-xr-x | StoneIsland/www/js/lib/products/ProductView.js | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/StoneIsland/www/js/lib/blogs/HubView.js b/StoneIsland/www/js/lib/blogs/HubView.js index 4ed05bb8..687a3b95 100755 --- a/StoneIsland/www/js/lib/blogs/HubView.js +++ b/StoneIsland/www/js/lib/blogs/HubView.js @@ -118,7 +118,7 @@ var HubView = ScrollableView.extend({ share: function(e){ var title = $(e.currentTarget).parent().find(".title").text() console.log("share", title) - window.plugins.socialsharing.share(title, null, null, "http://stoneisland.com/" ) + window.plugins.socialsharing.share(title, null, null, "http://deeplink.me/www.stoneisland.com/hub" ) }, })
\ No newline at end of file diff --git a/StoneIsland/www/js/lib/products/ProductView.js b/StoneIsland/www/js/lib/products/ProductView.js index 5cfb0b50..cb9a0c5a 100755 --- a/StoneIsland/www/js/lib/products/ProductView.js +++ b/StoneIsland/www/js/lib/products/ProductView.js @@ -307,8 +307,7 @@ var ProductView = ScrollableView.extend({ }, share: function(){ - console.log("share") - window.plugins.socialsharing.share( this.item['ModelNames'], null, null, "http://stoneisland.com/") + window.plugins.socialsharing.share( this.item['ModelNames'], null, null, "http://deeplink.me/www.stoneisland.com/store/" + this.code) }, }) |
