svn: /web/doc-editor/trunk/js/ui/cmp/ Chat.js MainMenu.js

[email protected] (Philip Olson)
Newsgroups php.doc.web
Message-ID <[email protected]>
philip                                   Tue, 21 Jun 2011 18:08:02 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=312358

Log:
Changed http to https in a few places

Changed paths:
    U   web/doc-editor/trunk/js/ui/cmp/Chat.js
    U   web/doc-editor/trunk/js/ui/cmp/MainMenu.js

Modified: web/doc-editor/trunk/js/ui/cmp/Chat.js
===================================================================
--- web/doc-editor/trunk/js/ui/cmp/Chat.js	2011-06-21 17:36:30 UTC (rev 312357)
+++ web/doc-editor/trunk/js/ui/cmp/Chat.js	2011-06-21 18:08:02 UTC (rev 312358)
@@ -25,7 +25,7 @@
             title : _('Chat with us on IRC !'),
             items : [new Ext.ux.IFrameComponent({
                 id: 'frame-win-chat',
-                url: 'http://widget.mibbit.com/?settings=8eec4034df2eb666b0600bdfe151529a&server=irc.umich.edu&channel=%23php.doc&nick=poe_'+ chatLogin
+                url: 'https://widget.mibbit.com/?settings=8eec4034df2eb666b0600bdfe151529a&server=irc.umich.edu&channel=%23php.doc&nick=poe_'+ chatLogin
             })]
         });
         ui.cmp.Chat.superclass.initComponent.call(this);

Modified: web/doc-editor/trunk/js/ui/cmp/MainMenu.js
===================================================================
--- web/doc-editor/trunk/js/ui/cmp/MainMenu.js	2011-06-21 17:36:30 UTC (rev 312357)
+++ web/doc-editor/trunk/js/ui/cmp/MainMenu.js	2011-06-21 18:08:02 UTC (rev 312358)
@@ -378,7 +378,7 @@
                             iconCls    : 'iconBook',
                             closable   : true,
                             layout     : 'fit',
-                            items: [ new Ext.ux.IFrameComponent({ id: 'frame-tab-documentation', url: 'http://wiki.php.net/doc/editor/' }) ]
+                            items: [ new Ext.ux.IFrameComponent({ id: 'frame-tab-documentation', url: 'https://wiki.php.net/doc/editor/' }) ]
                         });

                         Ext.getCmp('main-panel').setActiveTab('tab-documentation');
@@ -408,7 +408,7 @@
                             iconCls    : 'iconChat',
                             closable   : true,
                             layout     : 'fit',
-                            items: [ new Ext.ux.IFrameComponent({ id: 'frame-tab-chat', url: 'http://widget.mibbit.com/?settings=8eec4034df2eb666b0600bdfe151529a&server=irc.umich.edu&channel=%23php.doc&nick=poe_'+chatLogin }) ]
+                            items: [ new Ext.ux.IFrameComponent({ id: 'frame-tab-chat', url: 'https://widget.mibbit.com/?settings=8eec4034df2eb666b0600bdfe151529a&server=irc.umich.edu&channel=%23php.doc&nick=poe_'+chatLogin }) ]
                         });
                     }
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.