Ticket #26040: 26040.patch
File 26040.patch, 584 bytes (added by , 11 years ago) |
---|
-
src/wp-includes/js/customize-loader.js
1 /* global _wpCustomizeLoaderSettings:false */ 1 2 window.wp = window.wp || {}; 2 3 3 4 (function( exports, $ ){ … … 52 53 Loader.close(); 53 54 }, 54 55 55 hashchange: function( e) {56 hashchange: function( ) { 56 57 var hash = window.location.toString().split('#')[1]; 57 58 58 59 if ( hash && 0 === hash.indexOf( 'wp_customize=on' ) )