Skip to content

Commit

Permalink
Merge pull request #550 from adobecom/MWPW-142711
Browse files Browse the repository at this point in the history
MWPW-142711
  • Loading branch information
Blainegunn authored Feb 14, 2024
2 parents cdfb7fd + 5816a5f commit 9ef8fc4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions acrobat/scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,13 @@ const CONFIG = {
},
};

// Setting alternative Jarcis client ID for these paths
if (window.location.pathname.match('/sign/')
|| window.location.pathname.match('/documentcloud/')
|| window.location.pathname.match('/acrobat/business/')) {
CONFIG.jarvis.id = 'DocumentCloudsignAcro';
};

// Default to loading the first image as eager.
(async function loadLCPImage() {
const lcpImg = document.querySelector('img');
Expand Down

0 comments on commit 9ef8fc4

Please sign in to comment.