Fixed coding standards

This commit is contained in:
Claudio Sanches 2020-06-23 10:46:26 -03:00 committed by GitHub
parent 4a60386560
commit ca9a76c462
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -103,8 +103,8 @@ jQuery( function( $ ) {
}
// Class changes.
field.removeClass('form-row-first form-row-last form-row-wide');
field.addClass(fieldLocale.class.join(' '));
field.removeClass( 'form-row-first form-row-last form-row-wide' );
field.addClass( fieldLocale.class.join( ' ' ) );
});
var fieldsets = $(