Changeset 6074


Ignore:
Timestamp:
05/02/12 17:11:46 (12 years ago)
Author:
gustavo
Message:

Ticket #2676 - Falha ao anexar imagens no expresso mail

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/library/ckeditor/plugins/expresso/plugin.js

    r6073 r6074  
    127127                add: function (e, data) { 
    128128      
    129                         if(!maxAttachmentSize || data.files[0].size < maxAttachmentSize) { 
     129                        if(!maxAttachmentSize || data.files[0].size < maxAttachmentSize || is_ie) { 
    130130                                setTimeout(function() { 
    131131                                        $('#attDisposition'+ID).val('embedded'); 
Note: See TracChangeset for help on using the changeset viewer.