Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'View Full Patron List' button not working #309

Closed
BerryArray opened this issue Jul 22, 2024 · 1 comment
Closed

'View Full Patron List' button not working #309

BerryArray opened this issue Jul 22, 2024 · 1 comment

Comments

@BerryArray
Copy link

BerryArray commented Jul 22, 2024

Problem

At the bottom of every article on the website, there's the showcased patrons list. A link at the end of the list ('... and 240 more') is supposed to replace the showcased patrons list with the full list, but it currently doesn't do anything.

Potential reason

In the function that handles the click, there's this line:
let patronList = document.querySelector("#patron-list");
... despite the element having id="sponsor-list".
Chances are the id was changed but this line wasn't, causing the bug.


More info:

  • OS: Windows 10
  • Browsers: Firefox and Chrome (same situation)
@fasterthanlime
Copy link
Owner

Fixed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants