- fixed RTL styles for member directory;

This commit is contained in:
nikitasinelnikov
2019-10-16 17:47:12 +03:00
parent 9099d51794
commit 6c591fc33c
9 changed files with 322 additions and 130 deletions
+1 -2
View File
@@ -51,8 +51,7 @@ function um_init_new_dropdown() {
jQuery( document.body ).bind( 'click', function( event ) {
if ( jQuery('.um-new-dropdown').find( '.' + jQuery( event.target ).attr('class').replace( ' ', '.' ) ).length === 0 &&
'.' + jQuery(event.target).parent().attr('class') !== element ) {
( '.' + jQuery(event.target).parent().attr('class') ) !== element ) {
//event = ev;
jQuery('.um-new-dropdown').hide();
jQuery('.um-new-dropdown').parent().data( 'um-new-dropdown-show', false );