mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
Fix conditional logic script error
This commit is contained in:
@@ -71,7 +71,9 @@ jQuery(document).ready(function() {
|
||||
jQuery('.um-field[data-key]:visible').each(function(){
|
||||
var $wrap_dom = jQuery(this);
|
||||
var me = um_get_field_element( $wrap_dom );
|
||||
me.trigger('change');
|
||||
if( typeof me.trigger !== 'undefined' ){
|
||||
me.trigger('change');
|
||||
}
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
Vendored
+2
-2
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user