Changes between Initial Version and Version 1 of Ticket #8893


Ignore:
Timestamp:
Apr 16, 2012, 9:18:01 AM (12 years ago)
Author:
Jakub Ś
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8893 – Description

    initial v1  
    1212
    1313{{{
    14         var filterFilePath = CKEDITOR.getUrl(
    15                                                 CKEDITOR.config.pasteFromWordCleanupFile
    16                                                 || ( this.path + 'filter/default.js' ) );
     14var filterFilePath = CKEDITOR.getUrl( CKEDITOR.config.pasteFromWordCleanupFile || ( this.path + 'filter/default.js' ) );
    1715}}}
    1816to something like:
    1917
    2018{{{
    21         var filterFilePath = CKEDITOR.getUrl(
    22                                                 (this.path+CKEDITOR.config.pasteFromWordCleanupFile+'.js')
    23                                                 || ( this.path + 'filter/default.js' ) );
     19var filterFilePath = CKEDITOR.getUrl((this.path+CKEDITOR.config.pasteFromWordCleanupFile+'.js') || ( this.path + 'filter/default.js' ) );
    2420}}}
    2521or fix description in Documentation.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy