header.js 201 B

123456789
  1. ( function() {
  2. var siteBranding = document.getElementsByClassName( 'site-branding' )[0];
  3. if ( siteBranding.clientHeight > 0 ) {
  4. return;
  5. }
  6. document.body.className += ' no-site-branding';
  7. } )();