Ignore:
Timestamp:
04/11/11 15:12:59 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #1726 - Ajusta para funcionar a tecla F9 no Chrome.

File:
1 edited

Legend:

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

    r3954 r3975  
    22892289        { 
    22902290                input_replyto.rows = 2; 
    2291                 input_replyto.onkeypress = function (e) 
     2291                input_replyto.onkeydown = function (e) 
    22922292        { 
    22932293            if ((e.keyCode) == 120) //F9 
     
    24672467        { 
    24682468                input_cc.rows = 2; 
    2469                 input_cc.onkeypress = function (e) 
     2469                input_cc.onkeydown = function (e) 
    24702470                { 
    24712471                        if ((e.keyCode) == 120) //F9 
     
    25502550        { 
    25512551                input_cco.rows = 2; 
    2552                 input_cco.onkeypress = function (e) 
     2552                input_cco.onkeydown = function (e) 
    25532553                { 
    25542554                        if ((e.keyCode) == 120) //F9 
Note: See TracChangeset for help on using the changeset viewer.