Changeset 2807


Ignore:
Timestamp:
05/18/10 12:18:45 (14 years ago)
Author:
alexandrecorreia
Message:

Ticket #986 - Retirado a preferencia de popup somente tera popup nas janelas de conversa.

File:
1 edited

Legend:

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

    r2803 r2807  
    10481048        } 
    10491049 
    1050         function _setUserCurrent( _jid, _password ) 
     1050        function _setUserCurrent( _user ) 
    10511051        { 
    10521052                userCurrent =  
    10531053                { 
    1054                         'jid'           : _jid.substring(11, _jid.length), 
    1055                         'password'      : _password.substring(11, _password.length) 
     1054                        'jid'           : _user.jid.substring(11, _user.jid.length), 
     1055                        'password'      : _user.password.substring(11, _user.password.length) 
    10561056                }                
    10571057        } 
     
    10691069                                                                        function(_pass) 
    10701070                                                                        { 
    1071                                                                                 _setUserCurrent( _user, _pass ); 
     1071                                                                                _setUserCurrent( { jid : _user, password : _pass } ); 
    10721072                                                                        }); 
    10731073                                                }); 
Note: See TracChangeset for help on using the changeset viewer.