You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/public
silverwind 1d7dd7d624 Fix syntax highlight initialization (#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: https://github.com/go-gitea/gitea/issues/7559

* semicolon
5 years ago
..
css fix #7568 (#7587) 5 years ago
img Repository avatar fallback configuration (#7087) 5 years ago
js Fix syntax highlight initialization (#7617) 5 years ago
less fix #7568 (#7587) 5 years ago
vendor jQuery 3 (#7425) 5 years ago