Ticket #4584: 4584.patch

File 4584.patch, 518 bytes (added by Garry Yao, 14 years ago)
  • _source/plugins/link/dialogs/link.js

     
    11061106                                {
    11071107                                        if ( data.target.type != 'notSet' && data.target.name )
    11081108                                                attributes.target = data.target.name;
     1109                                        else
     1110                                                removeAttributes.push( 'target' );
     1111
    11091112                                        removeAttributes.push( '_cke_pa_onclick', 'onclick' );
    11101113                                }
    11111114                        }
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy