svn: /web/doc-editor/trunk/ index.php
[email protected] (Yannick Torres)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
yannick Thu, 21 Jul 2011 11:55:27 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=313527
Log:
use https instead of http for external JS
Changed paths:
U web/doc-editor/trunk/index.php
Modified: web/doc-editor/trunk/index.php
===================================================================
--- web/doc-editor/trunk/index.php 2011-07-21 11:15:28 UTC (rev 313526)
+++ web/doc-editor/trunk/index.php 2011-07-21 11:55:27 UTC (rev 313527)
@@ -83,13 +83,13 @@
echo jsCallTemplate('document.getElementById("loading-msg").innerHTML = "Loading Core API...";');
// Facebook
- echo jsLoadTemplate('http://connect.facebook.net/en_US/all.js');
+ echo jsLoadTemplate('https://connect.facebook.net/en_US/all.js');
// Twitter
//echo jsLoadTemplate('http://platform.twitter.com/anywhere.js?id=2hlkdhcRZG8W6jz1LkEAQ&v=1');
//Google
- echo jsLoadTemplate('http://www.google.com/jsapi');
+ echo jsLoadTemplate('https://www.google.com/jsapi');
echo jsCallTemplate("google.load('friendconnect', '0.8');");