From c70576ed61e770b1480ea251af092e6a445e5e7c Mon Sep 17 00:00:00 2001 From: Jason Hardin Date: Sat, 1 Sep 2012 20:56:55 -0700 Subject: [PATCH] Fixing the x2po issues in google. --- 3.0/modules/social_share/views/google.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3.0/modules/social_share/views/google.html.php b/3.0/modules/social_share/views/google.html.php index f928a358..f6bb2642 100644 --- a/3.0/modules/social_share/views/google.html.php +++ b/3.0/modules/social_share/views/google.html.php @@ -11,7 +11,7 @@ (function() { var po = document.createElement('script'); po.type = 'text/javascript'; - x2po.async = true; + po.async = true; po.src = 'https://apis.google.com/js/plusone.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s); })();