Changeset 4234


Ignore:
Timestamp:
05/06/11 10:47:27 (13 years ago)
Author:
airton
Message:

Ticket #1833 - Melhorar a selecao de mensagens na lista de e-mails

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.2.0.2/expressoMail1_2/js/InfoContact.js

    r3388 r4234  
    5151        div_label.style.left = findPosX(this.td) + 20; 
    5252        div_label.style.display = ''; 
    53         setTimeout("InfoContact.hide()",1000); 
     53        setTimeout("InfoContact.hide()",10000); 
    5454} 
    5555 
     
    115115 
    116116 
    117         this.timeout_hide = setTimeout("InfoContact.hide()",1000);       
     117        this.timeout_hide = setTimeout("InfoContact.hide()",10000);      
    118118} 
    119119 
Note: See TracChangeset for help on using the changeset viewer.