[Phpfreechat-svn] SF.net SVN: phpfreechat: [836] trunk/src/client/pfcclient.js
Status: Beta
Brought to you by:
kerphi
From: <ke...@us...> - 2006-10-19 07:22:16
|
Revision: 836 http://svn.sourceforge.net/phpfreechat/?rev=836&view=rev Author: kerphi Date: 2006-10-19 00:21:18 -0700 (Thu, 19 Oct 2006) Log Message: ----------- fix a problem when update command returns false. Modified Paths: -------------- trunk/src/client/pfcclient.js Modified: trunk/src/client/pfcclient.js =================================================================== --- trunk/src/client/pfcclient.js 2006-10-17 08:06:31 UTC (rev 835) +++ trunk/src/client/pfcclient.js 2006-10-19 07:21:18 UTC (rev 836) @@ -309,10 +309,7 @@ } else if (cmd == "update") { - if (resp == "ok") - { - this.canupdatenexttime = true; - } + this.canupdatenexttime = true; } else if (cmd == "version") { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |