Ignore:
Timestamp:
03/05/12 03:05:00 (12 years ago)
Author:
cristiano
Message:

Ticket #2497 - Nova estrategia para o salvamento automatico de rascunhos

File:
1 edited

Legend:

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

    r5604 r5620  
    537537        resizeWindow(); 
    538538        RichTextEditor.destroy( 'body_'+ID ); 
    539          
     539        delete msgAttachments[ID]; 
    540540        //Caso for uma mensagem anexada tem que deletar ela da lixeira apos fechar a aba 
    541541            var isPartMsg = false; 
     
    598598        if(msgAttachments[ID][i] == att) 
    599599        { 
    600             msgAttachments[ID].splice(i,1); 
     600            delete msgAttachments[ID][i]; 
    601601            break; 
    602602        } 
Note: See TracChangeset for help on using the changeset viewer.