about summary refs log tree commit diff stats
path: root/config/initializers
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 /config/initializers
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 'config/initializers')
-rw-r--r--config/initializers/ckeditor.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/initializers/ckeditor.rb b/config/initializers/ckeditor.rb index 8f80a43..b03e4f4 100644 --- a/config/initializers/ckeditor.rb +++ b/config/initializers/ckeditor.rb
@@ -43,7 +43,7 @@ Ckeditor.setup do |config|
43 43
44 # To reduce the asset precompilation time, you can limit plugins and/or languages to those you need: 44 # To reduce the asset precompilation time, you can limit plugins and/or languages to those you need:
45 # By default: nil (no limit) 45 # By default: nil (no limit)
46 # config.assets_languages = ['en', 'uk'] 46 config.assets_languages = ['en']
47 # config.assets_plugins = ['image', 'smiley'] 47 # config.assets_plugins = ['image', 'smiley']
48 48
49 # CKEditor CDN 49 # CKEditor CDN