mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- fixed JS hide social links;
This commit is contained in:
@@ -4,7 +4,7 @@ jQuery(document).ready(function() {
|
||||
UM_Member_Grid( jQuery(this) );
|
||||
});
|
||||
|
||||
jQuery('.um-member-connect').each(function(){
|
||||
jQuery('.um-directory .um-member-connect').each(function(){
|
||||
if ( jQuery(this).find('a').length == 0 ) {
|
||||
jQuery(this).remove();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user