Ticket #3128: 3128.patch
File 3128.patch, 596 bytes (added by , 14 years ago) |
---|
-
_source/plugins/stylescombo/plugin.js
32 32 init : function() 33 33 { 34 34 var combo = this, 35 stylesSet = config.stylesCombo_stylesSet.split( ':', 1),35 stylesSet = config.stylesCombo_stylesSet.split( ':', 2 ), 36 36 stylesSetPath = stylesSet[ 1 ] || CKEDITOR.getUrl( pluginPath + 'styles/' + stylesSet[ 0 ] + '.js' ) ; 37 37 38 38 stylesSet = stylesSet[ 0 ];