From 21240f6664c65abf75439f92cea3cc1dcabc8d54 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sun, 2 Jul 2017 22:34:39 -0400 Subject: 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. --- config/initializers/ckeditor.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') 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| # To reduce the asset precompilation time, you can limit plugins and/or languages to those you need: # By default: nil (no limit) - # config.assets_languages = ['en', 'uk'] + config.assets_languages = ['en'] # config.assets_plugins = ['image', 'smiley'] # CKEditor CDN -- cgit 1.4.1