Skip to content

Commit

Permalink
Merge pull request #415 from adobecom/MWPW-137736_
Browse files Browse the repository at this point in the history
MWPW-137736
  • Loading branch information
Blainegunn authored Oct 12, 2023
2 parents 3ad0aea + e8c7a39 commit 4e51595
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion acrobat/scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down
2 changes: 1 addition & 1 deletion head.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="preconnect" href="https://acrobat.adobe.com" crossorigin>
<script src="/acrobat/scripts/scripts.js" type="module"></script>
<style>body { display: none; margin: 0 !important; }</style>
<style>body { display: none; }</style>
<link rel="icon" href="data:,">
<!-- To ensure IE redirects -->
<script type="text/javascript">
Expand Down

0 comments on commit 4e51595

Please sign in to comment.