[Phpfreechat-svn] SF.net SVN: phpfreechat: [838] trunk/src/client/pfcgui.js
Status: Beta
Brought to you by:
kerphi
From: <ke...@us...> - 2006-10-20 20:39:28
|
Revision: 838 http://svn.sourceforge.net/phpfreechat/?rev=838&view=rev Author: kerphi Date: 2006-10-20 13:39:06 -0700 (Fri, 20 Oct 2006) Log Message: ----------- [en] Bug fix: the tab notification was broken [25min] [fr] Bug fix : la notification des onglet ne fonctionnait plus tr?\195?\168s bien [25min] Modified Paths: -------------- trunk/src/client/pfcgui.js Modified: trunk/src/client/pfcgui.js =================================================================== --- trunk/src/client/pfcgui.js 2006-10-20 20:15:12 UTC (rev 837) +++ trunk/src/client/pfcgui.js 2006-10-20 20:39:06 UTC (rev 838) @@ -309,6 +309,9 @@ */ notifyTab: function(tabid) { + // first of all be sure the tab highlighting is cleared + this.unnotifyTab(tabid); + var tabpos = indexOf(this.tabids, tabid); var tabtype = this.tabtypes[tabpos]; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |