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 /config/initializers | |
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 'config/initializers')
-rw-r--r-- | config/initializers/ckeditor.rb | 2 |
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 |