Changeset 5239


Ignore:
Timestamp:
12/12/11 08:44:30 (12 years ago)
Author:
gustavo
Message:

Ticket #2372 - Pesquisa por destinatários (F9) não no campo CCo no Google Chrome

File:
1 edited

Legend:

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

    r5235 r5239  
    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.