finalize ckeditor integration
This commit is contained in:
parent
099d666fd2
commit
ec81b268c1
@ -25,7 +25,9 @@ module Sisyphus
|
||||
Sisyphus.config["INCLUDE_MODELS"] = ENV["INCLUDE_MODELS"].split(',') if ENV.include?("INCLUDE_MODELS")
|
||||
|
||||
end
|
||||
|
||||
app.config.assets.precompile << 'ckeditor/plugins/onchange/plugin.js'
|
||||
end
|
||||
|
||||
end
|
||||
end
|
||||
end
|
||||
|
@ -146,3 +146,4 @@ CKEDITOR.plugins.add( 'onchange',
|
||||
|
||||
} //Init
|
||||
} );
|
||||
|
||||
|
@ -1,7 +0,0 @@
|
||||
//= require ckeditor/plugins/onchange/plugin.js
|
||||
//= require_self
|
||||
|
||||
(function() {
|
||||
CKEDITOR.config.extraPlugins += ",onchange";
|
||||
})(this);
|
||||
|
Loading…
Reference in New Issue
Block a user