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 /StoneIsland/www/js/lib/blogs/HubView.js | |
| parent | 4c8d3ed138f144643e8c9058dd55728d45eb5db8 (diff) | |
share urls
Diffstat (limited to 'StoneIsland/www/js/lib/blogs/HubView.js')
| -rwxr-xr-x | StoneIsland/www/js/lib/blogs/HubView.js | 2 |
1 files changed, 1 insertions, 1 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 |
