JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.6
[ckeditor.git] / _source / plugins / find / plugin.js
index 148d08b..721fb5e 100644 (file)
@@ -15,6 +15,7 @@ CKEDITOR.plugins.add( 'find',
                        });\r
                var findCommand = editor.addCommand( 'find', new CKEDITOR.dialogCommand( 'find' ) );\r
                findCommand.canUndo = false;\r
+               findCommand.readOnly = 1;\r
 \r
                editor.ui.addButton( 'Replace',\r
                        {\r