Ticket #3128: 3128.patch

File 3128.patch, 596 bytes (added by Martin Kou, 14 years ago)
  • _source/plugins/stylescombo/plugin.js

     
    3232                                        init : function()
    3333                                        {
    3434                                                var combo = this,
    35                                                         stylesSet = config.stylesCombo_stylesSet.split( ':', 1 ),
     35                                                        stylesSet = config.stylesCombo_stylesSet.split( ':', 2 ),
    3636                                                        stylesSetPath = stylesSet[ 1 ] || CKEDITOR.getUrl( pluginPath + 'styles/' + stylesSet[ 0 ] + '.js' ) ;
    3737
    3838                                                stylesSet = stylesSet[ 0 ];
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy