Ticket #3774: 3774.patch
File 3774.patch, 610 bytes (added by , 16 years ago) |
---|
-
_source/plugins/showblocks/plugin.js
126 126 }); 127 127 128 128 // Refresh the command on setData. 129 editor.on( 'mode', function() 130 { 131 if ( command.state != CKEDITOR.TRISTATE_DISABLED ) 132 command.refresh( editor ); 133 }); 134 135 // Refresh the command on setData. 129 136 editor.on( 'contentDom', function() 130 137 { 131 138 if ( command.state != CKEDITOR.TRISTATE_DISABLED )