Changeset 38742
- Timestamp:
- 10/06/2016 08:16:19 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/customize-controls.js
r38648 r38742 3106 3106 // Create the iframe and inject the html content. 3107 3107 self.iframe = $( '<iframe />', { 'title': api.l10n.previewIframeTitle } ).appendTo( self.container ); 3108 self.iframe.attr( 'onmousewheel', '' ); // Workaround for Safari bug. See WP Trac #38149. 3108 3109 3109 3110 // Bind load event after the iframe has been added to the page;
Note: See TracChangeset
for help on using the changeset viewer.