Skip to content

Commit

Permalink
Merge pull request #382 from freelawproject/feat-remove-warning-for-a…
Browse files Browse the repository at this point in the history
…cms-website
  • Loading branch information
mlissner committed Jul 17, 2024
2 parents 49b4576 + fcf9870 commit a63d41b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Features:
Changes:
- Updates style and replace old logos with new ones([#378](https://github.com/freelawproject/recap-chrome/pull/378))
- Adds a badge to the extension icon and a banner in the options menu([#379](https://github.com/freelawproject/recap-chrome/pull/379), [#380](https://github.com/freelawproject/recap-chrome/pull/380))
- Removes the warning icon on ACMS websites([#382](https://github.com/freelawproject/recap-chrome/pull/382))

Fixes:
- Enhance isLoginPage to accurately identify login pages([#373](https://github.com/freelawproject/recap/issues/373), [#381](https://github.com/freelawproject/recap-chrome/pull/381)).
Expand Down
6 changes: 0 additions & 6 deletions src/toolbar_button.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,6 @@ function updateToolbarButton(tab) {
'19': 'assets/images/grey-19.png',
'38': 'assets/images/grey-38.png'
});
} else if (PACER.isACMSWebsite(tab.url)) {
// ACMS website. Show warning.
setTitleIcon('ACMS is not supported', {
'19': 'assets/images/warning-19.png',
'38': 'assets/images/warning-38.png'
});
} else {
// It's a valid PACER URL. Therefore either show the nice blue icon or
// show the blue icon with a warning, if receipts are disabled.
Expand Down

0 comments on commit a63d41b

Please sign in to comment.