mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 14:46:56 +02:00
Closes #4228 TinyMce can now load the frontend theme in the editor when 'wysiwyg' is found in the scope of a declared css file within theme.xml
Fixes #4371 - FontAwesome5 is now loaded in the TinyMce editor when detected in the frontend theme.
This commit is contained in:
@@ -417,7 +417,7 @@ var e107 = e107 || {'settings': {}, 'behaviors': {}};
|
||||
// convert base64 encoded HTML preview information to HTML.
|
||||
if(previewHTML)
|
||||
{
|
||||
var previewSrc = atob(previewHTML).trim();
|
||||
var previewSrc = atob(previewHTML);
|
||||
}
|
||||
|
||||
if($htmlHolder.length > 0)
|
||||
|
Reference in New Issue
Block a user