diff options
Diffstat (limited to 'app/assets/javascripts/ckeditor/config.js')
-rw-r--r-- | app/assets/javascripts/ckeditor/config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/ckeditor/config.js b/app/assets/javascripts/ckeditor/config.js index 44b3c23..7ff7731 100644 --- a/app/assets/javascripts/ckeditor/config.js +++ b/app/assets/javascripts/ckeditor/config.js | |||
@@ -6,7 +6,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license | |||
6 | CKEDITOR.editorConfig = function( config ) | 6 | CKEDITOR.editorConfig = function( config ) |
7 | { | 7 | { |
8 | // Define changes to default configuration here. For example: | 8 | // Define changes to default configuration here. For example: |
9 | // config.language = 'fr'; | 9 | config.language = 'en'; |
10 | // config.uiColor = '#AADC6E'; | 10 | // config.uiColor = '#AADC6E'; |
11 | config.height = "512px"; | 11 | config.height = "512px"; |
12 | 12 | ||