mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-22 13:20:50 +01:00
Fix tinymce not working with old etemplate apps
This commit is contained in:
parent
670359d6dd
commit
0a0e671ca2
@ -448,7 +448,7 @@ class Html
|
|||||||
}
|
}
|
||||||
|
|
||||||
//include the ckeditor js file
|
//include the ckeditor js file
|
||||||
Framework::includeJS('/api/js/tinymce/tinymce.min.js');
|
Framework::includeJS('/vendor/tinymce/tinymce/tinymce.min.js');
|
||||||
|
|
||||||
// run content through htmlpurifier
|
// run content through htmlpurifier
|
||||||
if ($_purify && !empty($_content))
|
if ($_purify && !empty($_content))
|
||||||
|
Loading…
Reference in New Issue
Block a user