[Phpfreechat-svn] SF.net SVN: phpfreechat: [645] trunk/demo/demo2_simple_with_params.php
Status: Beta
Brought to you by:
kerphi
From: <ke...@us...> - 2006-07-07 06:58:02
|
Revision: 645 Author: kerphi Date: 2006-07-06 23:57:56 -0700 (Thu, 06 Jul 2006) ViewCVS: http://svn.sourceforge.net/phpfreechat/?rev=645&view=rev Log Message: ----------- restore the 'width' parameter which is not anymore obsolete Modified Paths: -------------- trunk/demo/demo2_simple_with_params.php Modified: trunk/demo/demo2_simple_with_params.php =================================================================== --- trunk/demo/demo2_simple_with_params.php 2006-07-06 15:48:11 UTC (rev 644) +++ trunk/demo/demo2_simple_with_params.php 2006-07-07 06:57:56 UTC (rev 645) @@ -13,8 +13,7 @@ $params["refresh_delay"] = 10000; // chat refresh speed is 10 secondes (10000ms) $params["max_msg"] = 15; // max message in the history is 15 (message seen when reloading the chat) $params["height"] = "230px"; // height of chat area is 230px -// do not uses width parameter because of a display bug in IE6 -//$params["width"] = "800px"; // width of chat area is 800px +$params["width"] = "800px"; // width of chat area is 800px $params["debug"] = true; // activate debug console $params["debugxajax"] = true; // activate xajax debug (js popup) $params["connect_at_startup"] = false; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |