Ticket #7588: 7588_4.patch

File 7588_4.patch, 706 bytes (added by Frederico Caldeira Knabben, 13 years ago)
  • _source/core/ckeditor_base.js

     
    1717// #### Raw code
    1818// ATTENTION: read the above "Compressed Code" notes when changing this code.
    1919
     20/* @Packager.RemoveLine
     21// Avoid having the editor code initialized twice. (#7588)
     22// Use CKEDITOR.dom to check whether the full ckeditor.js code has been loaded
     23// or just ckeditor_basic.js.
     24// Remove these lines when compressing manually.
     25if ( window.CKEDITOR && window.CKEDITOR.dom )
     26        return;
     27@Packager.RemoveLine */
     28
    2029if ( !window.CKEDITOR )
    2130{
    2231        /**
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy