Changeset 39421
- Timestamp:
- 12/02/2016 06:31:36 AM (8 years ago)
- Location:
- branches/4.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.7
-
branches/4.7/src/wp-content/themes/twentyseventeen/assets/js/customize-preview.js
r39414 r39421 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
Note: See TracChangeset
for help on using the changeset viewer.