From e8c7a39168a34ac123e1032459420a7a7f07e2ec Mon Sep 17 00:00:00 2001 From: Blaine Gunn Date: Thu, 12 Oct 2023 13:35:52 -0600 Subject: [PATCH] MWPW-137736 --- acrobat/scripts/scripts.js | 2 +- head.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/acrobat/scripts/scripts.js b/acrobat/scripts/scripts.js index fb52bdd1..e1982f54 100644 --- a/acrobat/scripts/scripts.js +++ b/acrobat/scripts/scripts.js @@ -277,7 +277,7 @@ const { ietf } = getLocale(locales); if (widgetBlock) { document.body.classList.add('dc-bc'); - document.querySelector('header').classList.add('has-breadcrumbs'); + document.querySelector('header').className = 'global-navigation has-breadcrumbs'; const verb = widgetBlock.children[0].children[0]?.innerText?.trim(); const blockName = widgetBlock.classList.value; widgetBlock.removeAttribute('class'); diff --git a/head.html b/head.html index 94b79fa7..af7c3fe8 100644 --- a/head.html +++ b/head.html @@ -1,7 +1,7 @@ - +