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. --- app/assets/javascripts/init_ckeditor.coffee | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 app/assets/javascripts/init_ckeditor.coffee (limited to 'app/assets/javascripts/init_ckeditor.coffee') diff --git a/app/assets/javascripts/init_ckeditor.coffee b/app/assets/javascripts/init_ckeditor.coffee deleted file mode 100644 index 5f653af..0000000 --- a/app/assets/javascripts/init_ckeditor.coffee +++ /dev/null @@ -1,6 +0,0 @@ -ready = -> - $('.ckeditor').each -> - CKEDITOR.replace $(this).attr('id') - -$(document).ready(ready) -$(document).on('page:load', ready) -- cgit 1.4.1