Changeset 5984 for trunk/library


Ignore:
Timestamp:
04/20/12 16:30:23 (12 years ago)
Author:
cristiano
Message:

Ticket #2637 - Adicionada compatibilidade com Firefox3.6 na funcionalidade anexar arquivos

File:
1 edited

Legend:

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

    r5767 r5984  
    169169                        if(!!data.result && data.result != "[]"){ 
    170170                                var newAttach = jQuery.parseJSON(data.result); 
     171                                 
     172                                //Compatibilidade com Firefox3.6 
     173                                    if(newAttach === null ) newAttach = jQuery.parseJSON(data.result.text()); 
     174                                 
    171175                                if(newAttach.rollback !== false) 
    172176                                { 
Note: See TracChangeset for help on using the changeset viewer.