Changeset 3562

Show
Ignore:
Timestamp:
01/22/07 00:40:32 (2 years ago)
Author:
timothy
Message:

Makes private messages work in the Web interface and prevent duplicate panels.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Plug-Ins/Web Interface/Resources/common.js

    r3561 r3562  
    2020 
    2121ChatController.createPanel = function( node ) { 
     22        var panel = ChatController.panel( node.getAttribute( "identifier" ) ); 
     23        if( panel ) return panel; 
     24 
    2225        var type = node.getAttribute( "class" ); 
    2326        if( type == "JVDirectChatPanel" )