MINOR Removed unused "nullConverter" callback in TinyMCE CMS integration

This commit is contained in:
Ingo Schommer 2012-02-10 16:38:10 +01:00
parent c422e06b60
commit a96429cba6
2 changed files with 0 additions and 10 deletions

View File

@ -18,7 +18,6 @@ HtmlEditorConfig::get('cms')->setOptions(array(
'body_class' => 'typography',
'document_base_url' => Director::absoluteBaseURL(),
'urlconverter_callback' => "nullConverter",
'setupcontent_callback' => "sapphiremce_setupcontent",
'cleanup_callback' => "sapphiremce_cleanup",

View File

@ -395,13 +395,4 @@ var errorMessage = function(text) {
returnFalse = function() {
return false;
};
/**
* Find and enable TinyMCE on all htmleditor fields
* Pulled in from old tinymce.template.js
*/
function nullConverter(url) {
return url;
};