diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2017-07-02 22:34:39 -0400 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2017-07-02 22:34:39 -0400 |
commit | 21240f6664c65abf75439f92cea3cc1dcabc8d54 (patch) | |
tree | 2acbab64ba0be93598fd65afa54d1a36805bf581 /app/assets/javascripts/ckeditor/config.js | |
parent | 48577e0ffaeaf67b8cce4984521ece4fdd2ba047 (diff) | |
download | thoughts-21240f6664c65abf75439f92cea3cc1dcabc8d54.tar.gz thoughts-21240f6664c65abf75439f92cea3cc1dcabc8d54.tar.bz2 thoughts-21240f6664c65abf75439f92cea3cc1dcabc8d54.zip |
Fixed the "create record" checkbox in admin
Some weird stuff about javascript and precompiliation. Will get around to cleaning up some of the javascript soon.
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 | ||