Ticket #38951: 38951.1.diff
File 38951.1.diff, 683 bytes (added by , 8 years ago) |
---|
-
src/wp-content/themes/twentyseventeen/assets/js/customize-preview.js
8 8 9 9 // Collect information from customize-controls.js about which panels are opening. 10 10 wp.customize.bind( 'preview-ready', function() { 11 12 // Initially hide the theme option placeholders on load 13 $( '.panel-placeholder' ).hide(); 14 11 15 wp.customize.preview.bind( 'section-highlight', function( data ) { 12 16 13 17 // Only on the front page.