[Phpfreechat-svn] SF.net SVN: phpfreechat: [879] trunk/src/client/pfcclient.js
Status: Beta
Brought to you by:
kerphi
|
From: <ke...@us...> - 2006-11-28 16:52:45
|
Revision: 879
http://svn.sourceforge.net/phpfreechat/?rev=879&view=rev
Author: kerphi
Date: 2006-11-28 08:52:37 -0800 (Tue, 28 Nov 2006)
Log Message:
-----------
[en] Hide the isadmin user metadata from the whois box. This parameter is useless because of the glod shield icon. [15min]
[fr] Cache le param?\195?\168tre isadmin dans la boite whois car le bouclier en or suffit amplement pour montrer que l'utilisateur est administrateur. [15min]
Modified Paths:
--------------
trunk/src/client/pfcclient.js
Modified: trunk/src/client/pfcclient.js
===================================================================
--- trunk/src/client/pfcclient.js 2006-11-27 17:36:52 UTC (rev 878)
+++ trunk/src/client/pfcclient.js 2006-11-28 16:52:37 UTC (rev 879)
@@ -1014,6 +1014,7 @@
var k = um_keys[i];
var v = um[k];
if (v && k != 'nickid'
+ && k != 'isadmin' // useless because of the gold shield icon
&& k != 'floodtime'
&& k != 'flood_nbmsg'
&& k != 'flood_nbchar'
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|