Ignore:
Timestamp:
05/21/10 09:45:24 (14 years ago)
Author:
alexandrecorreia
Message:

Ticket #986 - Corrigido o carregamento automatico evitando que o usuario clique e faça uma nova conexao

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/jabberit_messenger/trophy_expresso/js/jscode/loadIM.js

    r2826 r2834  
    183183 
    184184                        // Add event onclick element _statusJabber 
    185                         configEvents( _statusJabber, 'onclick', function(){ TrophyIM.load();}); 
     185                        if( _preferencesIM[0] == "openWindowJabberit:true" ) 
     186                        { 
     187                                configEvents( _statusJabber, 'onclick', function(){ rosterDiv(); }); 
     188                        } 
     189                        else 
     190                        { 
     191                                configEvents( _statusJabber, 'onclick', function(){ TrophyIM.load(); }); 
     192                        } 
    186193                } 
    187194        } 
Note: See TracChangeset for help on using the changeset viewer.