Ticket #3170: 3170.patch
File 3170.patch, 452 bytes (added by , 16 years ago) |
---|
-
_source/plugins/sourcearea/plugin.js
144 144 145 145 exec : function( editor ) 146 146 { 147 editor.getCommand( 'source' ).setState( CKEDITOR.TRISTATE_DISABLED ); 147 148 editor.setMode( editor.mode == 'source' ? 'wysiwyg' : 'source' ); 148 149 } 149 150 }