Ticket #4856: 4856.patch

File 4856.patch, 586 bytes (added by Garry Yao, 14 years ago)
  • _source/plugins/flash/plugin.js

     
    109109                                                                        // Look for the inner <embed>
    110110                                                                        for ( var i = 0 ; i < element.children.length ; i++ )
    111111                                                                        {
    112                                                                                 if ( element.children[ i ].name == 'embed' )
     112                                                                                if ( element.children[ i ].name == 'cke:embed' )
    113113                                                                                {
    114114                                                                                        if ( !isFlashEmbed( element.children[ i ] ) )
    115115                                                                                                return null;
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy