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.mini.js

    r3177 r3228  
    335335{var _presence=$pres();_presence.node.appendChild(Strophe.xmlElement('show')).appendChild(Strophe.xmlTextNode(_show));_presence.node.appendChild(Strophe.xmlElement('status')).appendChild(Strophe.xmlTextNode(_status));TrophyIM.connection.send(_presence.tree());presence_chatRoom=_show;}} 
    336336if(TrophyIM.activeChatRoom.name.length>0) 
    337 {for(var i in TrophyIM.activeChatRoom.name) 
     337{for(i=0;i<TrophyIM.activeChatRoom.name.length;i++) 
    338338{if(TrophyIM.activeChatRoom.name[i]!="") 
    339339TrophyIM.connection.send($pres({to:TrophyIM.activeChatRoom.name[i]}).c('show').t(presence_chatRoom));}}},sendMessage:function() 
Note: See TracChangeset for help on using the changeset viewer.