Changes between Initial Version and Version 1 of Ticket #12586


Ignore:
Timestamp:
Oct 23, 2014, 8:25:08 AM (10 years ago)
Author:
Piotrek Koszuliński
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12586

    • Property Status changed from new to confirmed
  • Ticket #12586 – Description

    initial v1  
    99AddExternal takes ckeditor-4.4.5 as the filename instead of using the already full path provided.
    1010Changing the call in styles.js from:
     11
     12{{{
    1113CKEDITOR.stylesSet.addExternal(styleSetName, externalPath ? partsStylesSet.slice(1).join(':') : CKEDITOR.getUrl('styles.js'), '');
     14}}}
     15
    1216to
     17
     18{{{
    1319CKEDITOR.stylesSet.addExternal(styleSetName, externalPath ? partsStylesSet.slice(1).join(':') : CKEDITOR.getUrl('styles.js'), ' ');
     20}}}
     21
    1422with one space provided as the filename fixed the problem for me.
    1523
    16 The test should be something like if(fileName ===undefined || fileName === null), but I am not a javascript developer.
     24The test should be something like `if(fileName ===undefined || fileName === null),` but I am not a javascript developer.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy