Ticket #5339: 5339.patch

File 5339.patch, 530 bytes (added by Minh Nguyen, 14 years ago)
  • _source/plugins/wysiwygarea/plugin.js

     
    743743                        editor.on( 'contentDom', function ()
    744744                                {
    745745                                        var title = editor.document.getElementsByTag( 'title' ).getItem( 0 );
     746                                        if (!title) return;
    746747                                        title.setAttribute( '_cke_title', editor.document.$.title );
    747748                                        editor.document.$.title = frameLabel;
    748749                                });
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy