]> git.mxchange.org Git - friendica-addons.git/commitdiff
Changed iframe to work nicely with HTTPS
authorCohan Robinson <cohan@syus.org>
Tue, 14 Aug 2012 16:26:54 +0000 (17:26 +0100)
committerCohan Robinson <cohan@syus.org>
Tue, 14 Aug 2012 16:26:54 +0000 (17:26 +0100)
irc.tgz
irc/irc.php

diff --git a/irc.tgz b/irc.tgz
index a43cde7ede0e810152adb8fc0a320525d9235499..af216a43d261e98ae59ee889e003d2ae8af3a257 100644 (file)
Binary files a/irc.tgz and b/irc.tgz differ
index 50eddb8cc939f45e62ce7d862f09c263731a9a21..bd7444a9eb9bd414488df7f0ff8ad664e8030a1f 100644 (file)
@@ -110,7 +110,7 @@ function irc_content(&$a) {
   $o .= <<< EOT
 <h2>IRC chat</h2>
 <p><a href="http://tldp.org/HOWTO/IRC/beginners.html" target="_blank">A beginner's guide to using IRC. [en]</a></p>
-<iframe src="http://webchat.freenode.net?channels=$channels" width="600" height="600"></iframe>
+<iframe src="//webchat.freenode.net?channels=$channels" width="600" height="600"></iframe>
 EOT;
 
 return $o;