Ticket #36050: 36050.diff
File 36050.diff, 512 bytes (added by , 9 years ago) |
---|
-
wp-admin/js/customize-controls.js
685 685 // Fix the height after browser resize. 686 686 $( window ).on( 'resize.customizer-section', _.debounce( resizeContentHeight, 100 ) ); 687 687 688 se ction._recalculateTopMargin();688 setTimeout( _.bind( section._recalculateTopMargin, section ), 0 ); 689 689 }; 690 690 } 691 691