forked from forgejo/forgejo
#1203 bundle jquery with gogs
This commit is contained in:
parent
ff35a37769
commit
a7686e8749
24 changed files with 116 additions and 51 deletions
|
@ -409,7 +409,9 @@ $(document).ready(function () {
|
|||
});
|
||||
|
||||
// Highlight JS
|
||||
hljs.initHighlightingOnLoad();
|
||||
if (typeof hljs != 'undefined') {
|
||||
hljs.initHighlightingOnLoad();
|
||||
}
|
||||
|
||||
// Dropzone
|
||||
if ($('#dropzone').length > 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue