From ee5dcc012f46d4e9d0e17e1bb62879da137095a9 Mon Sep 17 00:00:00 2001 From: Daryl Koopersmith Date: Thu, 22 Mar 2012 02:39:03 +0000 Subject: [PATCH] Theme Customizer: Do not attempt to grab the contents of the preview iframe to populate the window title. Reverts plugins repo revision 508947. see #19910. git-svn-id: https://develop.svn.wordpress.org/trunk@20250 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/js/customize-loader.dev.js | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/wp-includes/js/customize-loader.dev.js b/wp-includes/js/customize-loader.dev.js index 773086dc80..fb83840f94 100644 --- a/wp-includes/js/customize-loader.dev.js +++ b/wp-includes/js/customize-loader.dev.js @@ -7,7 +7,6 @@ if ( typeof wp === 'undefined' ) this.body = $( document.body ); this.element = $( '#customize-container' ); this.base = $( '.admin-url', this.element ).val(); - this.doc_title = $( document ).attr( 'title' ); this.element.on( 'click', '.close-full-overlay', function() { Loader.close(); @@ -22,13 +21,9 @@ if ( typeof wp === 'undefined' ) open: function( params ) { params.customize = 'on'; - this.element.append( '