mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
- remove wrong code
This commit is contained in:
@@ -140,7 +140,7 @@ jQuery(document).ready(function() {
|
||||
jQuery( e.currentTarget).trigger( "click" );
|
||||
});
|
||||
|
||||
let textarea_iframe = jQuery('iframe.um-textarea-html-value, .mce-edit-area iframe');
|
||||
let textarea_iframe = jQuery('iframe.um-textarea-html-value');
|
||||
textarea_iframe.each(function() {
|
||||
jQuery(this).onload = function() {
|
||||
resizeIframe(iframe);
|
||||
|
||||
Reference in New Issue
Block a user