5 lines
172 B
JavaScript
5 lines
172 B
JavaScript
( function( $ ) {
|
|
jQuery( '.jet-menu' ).on( 'jetMenuCreated', function() {
|
|
$( this ).closest( '.main-navigation' ).removeClass( 'main-navigation' );
|
|
} );
|
|
}( jQuery ) ); |