Thank you for this information, exactly what I was looking for. I am receiving an error in the firebug console when I have the following code in my theme’s functions.php file:
I have that at the very top of the functions.php just under the “if ( !defined( ‘ABSPATH’ ) ) exit;” statement.
The error that I receive in the console is:
`TypeError: b is null
b = b.replace( rcs, ‘ ‘ );`
That references the following javascript:
`
(function() {
var request, b = document.body, c = ‘className’, cs = ‘customize-support’, rcs = new RegExp(‘(^|\\s+)(no-)?’+cs+'(\\s+|$)’);