/* global kirkiBranding */ jQuery( document ).ready( function() { 'use strict'; if ( '' !== kirkiBranding.logoImage ) { jQuery( 'div#customize-info .preview-notice' ).replaceWith( '' ); } if ( '' !== kirkiBranding.description ) { jQuery( 'div#customize-info > .customize-panel-description' ).replaceWith( '
' + kirkiBranding.description + '
' ); } } );