[Phpfreechat-svn] SF.net SVN: phpfreechat: [624] trunk/themes/default/templates/chat.js.tpl.php
Status: Beta
Brought to you by:
kerphi
From: <ke...@us...> - 2006-06-24 20:08:40
|
Revision: 624 Author: kerphi Date: 2006-06-24 13:08:36 -0700 (Sat, 24 Jun 2006) ViewCVS: http://svn.sourceforge.net/phpfreechat/?rev=624&view=rev Log Message: ----------- the smiley box was hidden at first launch Modified Paths: -------------- trunk/themes/default/templates/chat.js.tpl.php Modified: trunk/themes/default/templates/chat.js.tpl.php =================================================================== --- trunk/themes/default/templates/chat.js.tpl.php 2006-06-24 20:07:30 UTC (rev 623) +++ trunk/themes/default/templates/chat.js.tpl.php 2006-06-24 20:08:36 UTC (rev 624) @@ -8,6 +8,7 @@ <?php if ($connect_at_startup) { ?> pfc.connect_disconnect(); <?php } ?> +pfc.refresh_Smileys(); <?php if ($debugxajax) { ?> xajax.DebugMessage = function(text) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |