Ticket #3240: 3240.patch

File 3240.patch, 684 bytes (added by Garry Yao, 15 years ago)
  • _source/plugins/styles/plugin.js

     
    358358                                                        var includedNode = currentNode;
    359359                                                        var parentNode;
    360360
     361                                                        // Bypass bookmark nodes.
     362                                                        if( ( nextNode = includedNode.getNext() ) &&
     363                                                                        nextNode.getAttribute( '_fck_bookmark' ) )
     364                                                                        includedNode = nextNode;
     365
    361366                                                        // This node is about to be included completelly, but,
    362367                                                        // if this is the last node in its parent, we must also
    363368                                                        // check if the parent itself can be added completelly
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy