Ticket #32492: customize.32492.diff
File customize.32492.diff, 450 bytes (added by , 9 years ago) |
---|
-
wp-admin/js/customize-controls.js
diff --git wp-admin/js/customize-controls.js wp-admin/js/customize-controls.js index e211a41..2508ae3 100644
2920 2920 } 2921 2921 2922 2922 event.preventDefault(); // Keep this AFTER the key filter above 2923 api.section.each( function ( section ) { 2924 section.collapse( { duration: 0 } ); 2925 }); 2923 2926 api.panel.each( function ( panel ) { 2924 2927 panel.collapse(); 2925 2928 });