Update Google+ API URL

This commit is contained in:
Gergely Polonkai 2013-10-16 00:14:10 +02:00
parent 904cfc4750
commit a620b45891
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@
var po = document.createElement('script');
po.type = 'text/javascript';
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];
s.parentNode.insertBefore(po, s);