8 lines
138 B
JavaScript
8 lines
138 B
JavaScript
|
//= require ckeditor/plugins/onchange/plugin.js
|
||
|
//= require_self
|
||
|
|
||
|
(function() {
|
||
|
CKEDITOR.config.extraPlugins += ",onchange";
|
||
|
})(this);
|
||
|
|