mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-22 03:43:40 +00:00
for aesthetic reasons, reduced size of IRC chat window
This commit is contained in:
parent
11267085bf
commit
2b876524a5
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ $o = '';
|
||||||
// add the chatroom frame and some html
|
// add the chatroom frame and some html
|
||||||
$o .= <<< EOT
|
$o .= <<< EOT
|
||||||
<h2>IRC chat</h2>
|
<h2>IRC chat</h2>
|
||||||
<iframe src="http://webchat.freenode.net?channels=friendica" width="600" height="800"></iframe>
|
<iframe src="http://webchat.freenode.net?channels=friendica" width="600" height="600"></iframe>
|
||||||
EOT;
|
EOT;
|
||||||
|
|
||||||
return $o;
|
return $o;
|
||||||
|
|
Loading…
Reference in a new issue