Ticket #5924: 5924.patch

File 5924.patch, 570 bytes (added by Sa'ar Zac Elias, 13 years ago)
  • _source/plugins/flash/plugin.js

     
    107107                                                                var attributes = element.attributes,
    108108                                                                        classId = attributes.classid && String( attributes.classid ).toLowerCase();
    109109
    110                                                                 if ( !classId )
     110                                                                if ( !classId && !isFlashEmbed( element ) )
    111111                                                                {
    112112                                                                        // Look for the inner <embed>
    113113                                                                        for ( var i = 0 ; i < element.children.length ; i++ )
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy