Changeset 3865


Ignore:
Timestamp:
03/14/11 08:34:32 (13 years ago)
Author:
rodsouza
Message:

Ticket #1622 - Persistindo rascunho na existencia da imagem.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/expressoMail1_2/js/rich_text_editor.js

    r3544 r3865  
    397397        else 
    398398                if (RichTextEditor.saveFlag == 1) 
     399                { 
    399400                        this.editorCommand('Image', './inc/show_embedded_attach.php?msg_folder=INBOX/'+draftsfolder+'&msg_num='+openTab.imapUid[id]+'&msg_part='+(openTab.countFile[id]+1)); 
    400401                        // this.editorCommand('Image', '.inc/gotodownload.php?msg_folder="+msg_folder+"&msg_number="+msg_number+"&idx_file="+idx_file+"&msg_part="+msg_part+params')); 
     402                        openTab.toPreserve[id] = true; 
     403                        save_msg(id,true); 
     404                } 
    401405} 
    402406 
Note: See TracChangeset for help on using the changeset viewer.