diff --git src/wp-admin/js/customize-controls.js src/wp-admin/js/customize-controls.js
index 7078cfd..e426166 100644
|
|
|
614 | 614 | attachEvents: function () { |
615 | 615 | var section = this; |
616 | 616 | |
| 617 | if( section.container.hasClass( 'cannot-expand' ) ) { |
| 618 | return; |
| 619 | } |
| 620 | |
617 | 621 | // Expand/Collapse accordion sections on click. |
618 | 622 | section.container.find( '.accordion-section-title, .customize-section-back' ).on( 'click keydown', function( event ) { |
619 | 623 | if ( api.utils.isKeydownButNotEnterEvent( event ) ) { |