- Advanced tab finished;

- Advanced > Features section is finished;
- General > Users section is finished;
This commit is contained in:
Mykyta Synelnikov
2024-01-02 00:12:09 +02:00
parent 5f8f05e1d2
commit c6efeab4b9
9 changed files with 330 additions and 217 deletions
+2 -2
View File
@@ -130,9 +130,9 @@ jQuery(document).ready( function() {
jQuery( document.body ).on( 'click', '.um-forms-field[data-log-object]', function() {
var obj = jQuery( this ).data( 'log-object' );
if ( jQuery( this ).is( ':checked' ) ) {
jQuery( this ).siblings( '.um-same-page-update-' + obj ).show();
jQuery( this ).parents('label').siblings( '.um-same-page-update-' + obj ).show();
} else {
jQuery( this ).siblings( '.um-same-page-update-' + obj ).hide();
jQuery( this ).parents('label').siblings( '.um-same-page-update-' + obj ).hide();
}
});
+1 -1
View File
File diff suppressed because one or more lines are too long