]> git.mxchange.org Git - friendica-addons.git/commitdiff
for aesthetic reasons, reduced size of IRC chat window
authorTony Baldwin <tony@baldwinsoftware.com>
Fri, 2 Mar 2012 23:25:34 +0000 (18:25 -0500)
committerTony Baldwin <tony@baldwinsoftware.com>
Fri, 2 Mar 2012 23:25:34 +0000 (18:25 -0500)
irc/irc.php

index 139c5e61cb0abc5d634e073a1c79ef60f32aecfc..397844e051f726ad86ae8867ba83865f8bc6bf43 100644 (file)
@@ -35,7 +35,7 @@ $o = '';
  // add the chatroom frame and some html
   $o .= <<< EOT
 <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;
 
 return $o;