Changeset 7099 for branches


Ignore:
Timestamp:
08/22/12 10:39:05 (12 years ago)
Author:
eduardow
Message:

Ticket #3065 - Correção para pesquisa rápida de contatos com espaço.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.4/expressoMail1_2/js/draw_api.js

    r7084 r7099  
    37533753                } 
    37543754                //AO DIGITAR " " 
    3755                 if(e.keyCode == 32){ 
     3755                /*if(e.keyCode == 32){ 
    37563756                        if(!input.val().length){ 
    37573757                                e.preventDefault(); 
     
    37753775                                } 
    37763776                        } 
    3777                 } 
     3777                }*/ 
    37783778                //AO DIGITAR ">" 
    37793779                if(e.keyCode == 190 && e.shiftKey && input.val().length == getPosition(input[0])){ 
Note: See TracChangeset for help on using the changeset viewer.