Skip to content

Commit

Permalink
Fixing dot media issue in locale
Browse files Browse the repository at this point in the history
  • Loading branch information
aishwaryamathuria committed May 30, 2024
1 parent 09d4487 commit 33106d6
Show file tree
Hide file tree
Showing 2 changed files with 546 additions and 144 deletions.
2 changes: 1 addition & 1 deletion creativecloud/scripts/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function getDecorateAreaFn() {
lcpImg?.setAttribute('fetchpriority', 'high');
if (lcpImg) lcpImgSet = true;
};

function isRootPage() {
const currUrl = new URL(window.location);
const pathSeg = currUrl.pathname.split('/').length;
Expand Down
Loading

0 comments on commit 33106d6

Please sign in to comment.