Skip to content
Snippets Groups Projects
Commit fa154ce7 authored by Fabian Galinski's avatar Fabian Galinski :pouting_cat:
Browse files

[BUGFIX] Record editing no more working: TypeError: this.getDoc(...) is undefined

parent 982787ab
No related branches found
No related tags found
1 merge request!11Typo3v8compatibility
......@@ -313,6 +313,7 @@ class Loader {
' . $this->replaceTypo3Paths($this->tinymceConfiguration['configurationData']) . ',
selector: \'.tinymce4_rte#RTEarea' . strtr($this->tinymceConfiguration['configurationDataArray']['editornumber'], array('.' => '\\\\.', '\'' => '')) . '\'
});
$(\'#t3js-ui-block\').remove();
});
';
$configuration .= $this->tinymceConfiguration['postJS'];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment