mirror of
https://github.com/e107inc/e107.git
synced 2025-08-19 12:51:52 +02:00
Fixes #3386 TinyMce wasn't inserting image correctly when pref "resize dimension" width was empty. Fixed TinyMce cancel button.
This commit is contained in:
@@ -170,9 +170,9 @@ if((e107::wysiwyg(null, true) === 'tinymce4' && check_class($pref['post_html']))
|
||||
|
||||
});
|
||||
|
||||
$('.e-dialog-close').click(function(){
|
||||
$('.e-dialog-cancel').click(function(){
|
||||
|
||||
// top.tinymce.activeEditor.windowManager.close();
|
||||
top.tinymce.activeEditor.windowManager.close();
|
||||
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user