Changeset 7766 for trunk


Ignore:
Timestamp:
01/17/13 16:48:53 (11 years ago)
Author:
thiago
Message:

Ticket #3307 - Problema ao editar uma nova mensagem.......

File:
1 edited

Legend:

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

    r7663 r7766  
    230230            }); 
    231231                        $("[name=textplain_rt_checkbox_"+id+"]").button({ disabled: false }); 
     232 
     233            $('#body_'+id).on('keydown',function(){ 
     234            $("#content_id_"+currentTab+" .save").button("enable"); 
     235        }); 
    232236      }    
    233237      else{ 
Note: See TracChangeset for help on using the changeset viewer.