about summary refs log tree commit diff stats
path: root/app/assets/javascripts/ckeditor
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2017-07-02 22:34:39 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2017-07-02 22:34:39 -0400
commit21240f6664c65abf75439f92cea3cc1dcabc8d54 (patch)
tree2acbab64ba0be93598fd65afa54d1a36805bf581 /app/assets/javascripts/ckeditor
parent48577e0ffaeaf67b8cce4984521ece4fdd2ba047 (diff)
downloadthoughts-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')
-rw-r--r--app/assets/javascripts/ckeditor/config.js2
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
6CKEDITOR.editorConfig = function( config ) 6CKEDITOR.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