Update Google+ API URL

This commit is contained in:
Gergely Polonkai 2013-10-16 00:14:10 +02:00
parent 904cfc4750
commit a620b45891

View File

@ -96,7 +96,7 @@
var po = document.createElement('script'); var po = document.createElement('script');
po.type = 'text/javascript'; po.type = 'text/javascript';
po.async = true; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js'; po.src = 'https://apis.google.com/js/client:plusone.js?onload=start';
var s = document.getElementsByTagName('script')[0]; var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(po, s); s.parentNode.insertBefore(po, s);