1
0

Fixing the x2po issues in google.

This commit is contained in:
Jason Hardin 2012-09-01 20:56:55 -07:00
parent a9e66a9878
commit c70576ed61

View File

@ -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);
})();