diff --git a/applications/welcome/static/images/google-buzz.png b/applications/welcome/static/images/google-buzz.png deleted file mode 100644 index 844d5412..00000000 Binary files a/applications/welcome/static/images/google-buzz.png and /dev/null differ diff --git a/applications/welcome/static/images/gplus-32.png b/applications/welcome/static/images/gplus-32.png new file mode 100644 index 00000000..c42eab78 Binary files /dev/null and b/applications/welcome/static/images/gplus-32.png differ diff --git a/applications/welcome/static/js/share.js b/applications/welcome/static/js/share.js index ab0bcf1b..5e9d2c26 100644 --- a/applications/welcome/static/js/share.js +++ b/applications/welcome/static/js/share.js @@ -21,8 +21,8 @@ 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 = 'https://plus.google.com/share?url='+url; - var tbar = '
Share
Share on TwitterShare on facebookShare on Buzz
'; + var gplus = 'https://plus.google.com/share?url='+url; + var tbar = '
Share
Share on TwitterShare on facebookShare on Google Plus
'; // Add the share tool bar. jQuery('body').append(tbar); var st = jQuery('#socialdrawer');