Newer
Older
Robert Scott James
committed
$( document ).ready(function() {
console.log( "ready!" );
CKEDITOR.replace( 'body' );
});
$( document ).ready(function() {
console.log( "ready!" );
CKEDITOR.replace( 'body' );
});