Ticket #5790: 5790_2.patch

File 5790_2.patch, 528 bytes (added by Garry Yao, 14 years ago)
  • _source/plugins/htmldataprocessor/plugin.js

     
    178178                                        }
    179179                                },
    180180
     181                                html : function( element )
     182                                {
     183                                        delete element.attributes.contenteditable;
     184                                        delete element.attributes[ 'class' ];
     185                                },
     186                               
    181187                                body : function( element )
    182188                                {
    183189                                        delete element.attributes.spellcheck;
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy