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

Backport #7617 #7626

Merged
merged 1 commit into from
Jul 26, 2019
Merged

Backport #7617 #7626

merged 1 commit into from
Jul 26, 2019

Commits on Jul 26, 2019

  1. Fix syntax highlight initialization (go-gitea#7617)

    * Fix syntax highlight initialization
    
    Previously hljs was initialized via a function that relies on the
    DOMContentLoaded event, registerd after jQuery's 'ready' event. I assume
    that with the recent jQuery update, DOMContentLoaded may not be
    guaranteed to fire after 'ready'. Fixed this via vanilla JS initalization.
    
    Fixes: go-gitea#7559
    
    * semicolon
    silverwind committed Jul 26, 2019
    Configuration menu
    Copy the full SHA
    b9bd281 View commit details
    Browse the repository at this point in the history