Ticket #8893: 8893.patch

File 8893.patch, 847 bytes (added by Jakub Ś, 12 years ago)
  • _source/plugins/pastefromword/plugin.js

     
    102102                        else
    103103                        {
    104104                                var filterFilePath = CKEDITOR.getUrl(
    105                                                 CKEDITOR.config.pasteFromWordCleanupFile
    106                                                 || ( this.path + 'filter/default.js' ) );
     105                                                this.path + 'filter/' + CKEDITOR.config.pasteFromWordCleanupFile
     106                                                + '.js' );
    107107
    108108                                // Load with busy indicator.
    109109                                CKEDITOR.scriptLoader.load( filterFilePath, callback, null, true );
     
    139139 * // Load from 'pastefromword' plugin 'filter' sub folder (custom.js file).
    140140 * CKEDITOR.config.pasteFromWordCleanupFile = 'custom';
    141141 */
     142CKEDITOR.config.pasteFromWordCleanupFile = 'default';
     143
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy