Ignore:
Timestamp:
05/19/10 16:35:32 (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

    r2825 r2827  
    14851485                if( _type != 'status') 
    14861486                { 
    1487                         if( _type == "unavailable") 
     1487                        if( _type == "unavailable" &&  TrophyIM.statusConn.connected ) 
    14881488                        { 
    14891489                                var loading_gif = document.getElementById("JabberIMRosterLoadingGif"); 
Note: See TracChangeset for help on using the changeset viewer.