mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
MINOR Removed unused "nullConverter" callback in TinyMCE CMS integration
This commit is contained in:
parent
c422e06b60
commit
a96429cba6
@ -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",
|
||||
|
||||
|
@ -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;
|
||||
};
|
Loading…
x
Reference in New Issue
Block a user