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

🐛 font inputs rendered twice fix #2014

Merged
merged 2 commits into from
Oct 11, 2023
Merged

🐛 font inputs rendered twice fix #2014

merged 2 commits into from
Oct 11, 2023

Commits on Oct 5, 2023

  1. 🐛 font inputs rendered twice fix

    In the Settings > Appearance> Font tab, the input fields for body and header fonts were getting rendered twice.  We had duplicate code in two different files that called fontselect() on both elements. Because JS was getting called twice, two input fields were displayed. Removing one of them resolves the issue.
    
    Issue:
    - https://github.com/scientist-softserv/adventist-dl/issues/590
    ShanaLMoore committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    aa901a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bbc205 View commit details
    Browse the repository at this point in the history