mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
-fixed ajax field "content block" in form builder
This commit is contained in:
@@ -87,7 +87,7 @@ function um_admin_modal_ajaxcall( act_id, arg1, arg2, arg3 ) {
|
||||
editor.setContent( jQuery('.um-admin-modal:visible .dynamic-mce-content').html() );
|
||||
|
||||
} else {
|
||||
|
||||
tinyMCE.get('um_editor_new').setContent('');
|
||||
tinyMCE.execCommand('mceRemoveEditor', true, 'um_editor_new');
|
||||
jQuery('.um-admin-editor:visible').html( jQuery('.um-hidden-editor-new').contents() );
|
||||
tinyMCE.execCommand('mceAddEditor', true, 'um_editor_new');
|
||||
|
||||
Reference in New Issue
Block a user