themes-wordpress/canard/js/header.js
2018-02-27 14:18:25 +11:00

9 lines
201 B
JavaScript

( function() {
var siteBranding = document.getElementsByClassName( 'site-branding' )[0];
if ( siteBranding.clientHeight > 0 ) {
return;
}
document.body.className += ' no-site-branding';
} )();