Html Editor in Classic
By activating the Html editor SummerNote in the Classic version, the program writes in assets / js / script.js the following code:
<script type="text/javascript">
$('textarea.htmleditor').summernote();
</script>
This causes a hang and the html editor is not displayed.
By removing the script tag, it works correctly and the Html editor then appears:
$('textarea.htmleditor').summernote();