src/js/utils.js
branchpopcorn-port
changeset 720 08b8b3ce30e4
parent 686 f1dbe6a6e740
child 820 7968346b9689
--- a/src/js/utils.js	Thu Jan 26 13:01:47 2012 +0100
+++ b/src/js/utils.js	Thu Jan 26 13:01:57 2012 +0100
@@ -149,7 +149,7 @@
 
 /** returns an url to share on google + */
 IriSP.mkGplusUrl = function(url, text) {
-  return "";
+  return "https://plusone.google.com/_/+1/confirm?hl=en&url=" + IriSP.shorten_url(url);
 };
 
 /** test if a value is null or undefined */