Changeset 2815


Ignore:
Timestamp:
05/19/10 09:54:05 (14 years ago)
Author:
alexandrecorreia
Message:

Ticket #986 - Corrigido para nao deletar a conexao quando nao existe.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/jabberit_messenger/trophy_expresso/js/trophyim.js

    r2803 r2815  
    14401440                if( _type != 'status') 
    14411441                { 
    1442                         if( _type == "unavailable") 
     1442                        if( _type == "unavailable" && TrophyIM.statusConn.connected ) 
    14431443                        { 
    14441444                                var loading_gif = document.getElementById("JabberIMRosterLoadingGif"); 
Note: See TracChangeset for help on using the changeset viewer.