Skip to content

Commit

Permalink
Merge branch 'main' into new-release-2.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ERosendo authored Dec 31, 2024
2 parents c1d8bca + 676164d commit 8b37bc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ For developers:

Features:
- Refines logic to accurately identify multi-document pages containing a single file ([349](https://github.com/freelawproject/recap/issues/349), [402](https://github.com/freelawproject/recap-chrome/pull/402))

- Improve Banner Insertion Reliability ([411](https://github.com/freelawproject/recap-chrome/pull/411))

## 2.8.2 (2024-12-04)

Expand Down
2 changes: 1 addition & 1 deletion src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ async function checkSingleDocInCombinedPDFPage(
);
if (!result.length) return docId;

let targetDiv = isAppellate ? 'body' : 'form:last';
let targetDiv = isAppellate ? 'body' : '#cmecfMainContent';
insertAvailableDocBanner(result[0].filepath_local, targetDiv);
return docId;
}

0 comments on commit 8b37bc3

Please sign in to comment.