Ignore:
Timestamp:
09/27/07 10:08:24 (17 years ago)
Author:
niltonneto
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/instant_messenger/js/im_functions.js

    r73 r75  
    22        { 
    33           this.vcards      = false; 
    4            this.labelVcard  = []; 
    54           this.statusvcard = false; 
    65           this.UsersNot        = []; 
     
    8584                                document.getElementById('div_contacts').innerHTML  = '<div><img src="' + img_wait.src + '" width="25px" heigth="25px" style="float:left;margin:3px "/>'; 
    8685                                document.getElementById('div_contacts').innerHTML += '<font style="color:#0000FF;float:left;margin:9px 5px">' + _this.get_lang("Wait a moment !!") + '</font></div>'; 
    87                                 _this.listen(); 
    88                         _this.requireContacts(); 
    89                         _this.Vcard();                   
     86                                _this.load_im(); 
    9087                        _this.count_Vcard = 0; 
    9188                                _this.ImgStatus('available'); 
     
    164161                                        group = group.nextSibling; 
    165162                 } 
    166                          //this.atalho(); 
    167163              } 
    168164           }catch(e){} 
     
    548544                pEmotion = pEmotion.replace(emotion_regexp, '<img emotion="' + i + '" src="' + image + '">'); 
    549545             } 
    550                   } 
    551                   catch(e) 
    552                   { 
    553                           //alert(e.description) 
    554                   } 
     546                  }catch(e){} 
    555547       } 
    556548       return pEmotion; 
     
    867859                                                this.ImgStatus(pStatus); 
    868860                                                pStatus = 'show=' + pStatus; 
    869                                         } 
    870                                         catch(e) 
    871                                         {} 
     861                                        }catch(e){} 
    872862                                } 
    873863                        } 
    874864                        XMLTools.request('$this.Ujabber.setPresence', 'POST', handler, pStatus); 
    875                 } 
    876                 catch(e) 
    877                 {} 
     865                }catch(e){} 
    878866        }; 
    879867 
     
    927915                        } 
    928916                        return info; 
    929                 } 
    930                 catch(e) 
    931                 { 
    932                         return false; 
    933                 } 
     917                }catch(e){return false;} 
    934918        }; 
    935919 
Note: See TracChangeset for help on using the changeset viewer.