if ( typeof wp === 'undefined' ) var wp = {}; (function( exports, $ ){ var api = wp.customize, Loader; Loader = { initialize: function() { this.body = $( document.body ).addClass('customize-support'); this.element = $( '
' ).appendTo( this.body ); $('#wpbody').on( 'click', '.load-customize', function( event ) { event.preventDefault(); // Load the theme. Loader.open( $(this).attr('href') ); }); }, open: function( src ) { this.iframe = $( '