Changeset 7007


Ignore:
Timestamp:
08/14/12 16:43:04 (12 years ago)
Author:
gustavo
Message:

Ticket #3017 - Problemas com os contatos dinamicos no expressoMail

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/js/draw_api.js

    r6996 r7007  
    39993999        //AO COLAR UM TEXTO NO CAMPO 
    40004000        .bind("paste", function(e){ 
    4001                 $(this).trigger("keydown"); 
     4001                //$(this).trigger("keydown"); 
    40024002                var pthis = $(this); 
    40034003                setTimeout(function() { 
     
    40844084                input.css("display" , "inline-block"); 
    40854085                $(this).before(input); 
     4086                $(this).remove(); 
     4087                $(input).focus(); 
    40864088                input_keydowns(input, currentTab); 
    4087                 $(this).remove(); 
    40884089        //CLICK SIMPLES NA CAIXA 
    40894090        }).click(function(){ 
  • trunk/prototype/modules/mail/templates/listContacts.ejs

    r6627 r7007  
    44                        css: 'recent',  
    55                        img: 'recent',  
    6                         text: 'Contato dinâmico' 
     6                        text: 'Contato Recente' 
    77                }, 
    88                '/contacts':{ 
Note: See TracChangeset for help on using the changeset viewer.