mirror of
https://github.com/go-gitea/gitea
synced 2025-07-09 12:07:20 +00:00
add highlight js
This commit is contained in:
@ -408,6 +408,9 @@ $(document).ready(function () {
|
||||
$($(this).data('target')).slideToggle(100);
|
||||
});
|
||||
|
||||
// Highlight JS
|
||||
hljs.initHighlightingOnLoad();
|
||||
|
||||
// Dropzone
|
||||
if ($('#dropzone').length > 0) {
|
||||
// Disable auto discover for all elements:
|
||||
|
Reference in New Issue
Block a user