Ignore:
Timestamp:
03/29/10 16:50:22 (14 years ago)
Author:
nathalie.silva
Message:

Ticket #891 - Alterado o case "new": Adicionada a chamada do método beginSpellCheck().
Alterado por Nathalie

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/expressoMail1_2/corretor_ortografico/js/main.js

    r2112 r2374  
    12481248                                Element('msg_number').value = ''; 
    12491249                        } 
    1250                         var body = document.getElementById("body_" + new_border_ID); 
    1251                         body.contentWindow.document.open(); 
     1250                         
     1251                        var body = document.getElementById("body_" + new_border_ID); 
     1252                        var spellchecker = new beginSpellCheck();  
     1253                        body.contentWindow.document.open();                         
    12521254                        // Insert the signature automaticaly at message body if use_signature preference is set 
    12531255                        if (preferences.use_signature == "1") { 
Note: See TracChangeset for help on using the changeset viewer.