diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2021-03-12 12:07:56 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2021-03-12 12:07:56 -0500 |
commit | 4c1ed73143b803969151300d5b0653cfccf29c88 (patch) | |
tree | ce9f643c02b78c7380ca0cb431a4b838679115df /config/initializers | |
parent | 40961b359530e0af227cba4925b432518c443897 (diff) | |
download | thoughts-4c1ed73143b803969151300d5b0653cfccf29c88.tar.gz thoughts-4c1ed73143b803969151300d5b0653cfccf29c88.tar.bz2 thoughts-4c1ed73143b803969151300d5b0653cfccf29c88.zip |
Fixed ckeditor crash
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 b03e4f4..56cb070 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'] | 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 |