Update Google+ API URL
This commit is contained in:
parent
904cfc4750
commit
a620b45891
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user