gitea/public/js
silverwind 650fdceb5a Fix syntax highlight initialization (#7617) (#7626)
* 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
2019-07-26 07:12:35 +01:00
..
draw.js add make targets for js and css, add js linter (#6952) 2019-05-16 08:57:47 +03:00
index.js Fix syntax highlight initialization (#7617) (#7626) 2019-07-26 07:12:35 +01:00