Ignore:
Timestamp:
09/10/10 10:48:11 (14 years ago)
Author:
alexandrecorreia
Message:

Ticket #941 - Correcao de layout e carregamento do javascript para IE8 no modulo IM.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/jabberit_messenger/jmessenger/js/trophyim.js

    r3177 r3228  
    231231        load : function() 
    232232        { 
    233         if( loadscript.getUserCurrent() == null ) 
     233        if( loadscript.getUserCurrent() == null ) 
    234234        { 
    235235                loadscript.setUserCurrent();      
     
    18641864                if( TrophyIM.activeChatRoom.name.length > 0 ) 
    18651865                { 
    1866                         for( var i in TrophyIM.activeChatRoom.name ) 
     1866                        for( i = 0; i < TrophyIM.activeChatRoom.name.length; i++ ) 
    18671867                        { 
    18681868                                if( TrophyIM.activeChatRoom.name[i] != "" ) 
Note: See TracChangeset for help on using the changeset viewer.