forked from friendica/friendica-addons
Changed iframe to work nicely with HTTPS
This commit is contained in:
parent
cfaf6d96f0
commit
cb654f24bb
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue