Ignore:
Timestamp:
12/12/11 10:31:56 (12 years ago)
Author:
douglasz
Message:

Ticket #2372 - Pesquisa por destinatarios (F9) nao funciona no campo CCo no Google Chrome

File:
1 edited

Legend:

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

    r5240 r5241  
    33083308        { 
    33093309                input_cco.rows = 2; 
    3310                                 input_cco.onkeypress = function (e)  
     3310                                input_cco.onkeydown = function (e)  
    33113311                { 
    33123312                        if ((e.keyCode) == 120) //F9 
Note: See TracChangeset for help on using the changeset viewer.