diff --git a/VERSION b/VERSION index c8d59f21..f3a131c4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.0.9 (2012-09-14 09:27:05) stable +Version 2.0.9 (2012-09-14 09:42:11) stable diff --git a/applications/welcome/static/js/share.js b/applications/welcome/static/js/share.js index a0445188..ab0bcf1b 100644 --- a/applications/welcome/static/js/share.js +++ b/applications/welcome/static/js/share.js @@ -21,7 +21,7 @@ jQuery(function(){ var title = escape(jQuery('title').text()); var twit = 'http://twitter.com/home?status='+title+'%20'+url; var facebook = 'http://www.facebook.com/sharer.php?u='+url; - var buzz = 'http://www.google.com/reader/link?url='+url+'&title='+title+'&srcURL='+host; + var buzz = 'https://plus.google.com/share?url='+url; var tbar = '
'; // Add the share tool bar. jQuery('body').append(tbar);