Sha256: ae062efb8a61e5cf71f5d2299c056f80ee5eea065c8731cecaf70a0546c1c556
Contents?: true
Size: 302 Bytes
Versions: 27
Compression:
Stored size: 302 Bytes
Contents
var ckeditor_init = function() { $('.wysiwyg_ckeditor').each(function() { var editor_id = $(this).attr('id'); CKEDITOR.replace(editor_id, { customConfig: '/assets/ckeditor/config.js' }); }); }; $(document).ready(ckeditor_init); $(document).on('turbolinks:load', ckeditor_init);
Version data entries
27 entries across 27 versions & 1 rubygems