mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-05-23 01:58:03 +08:00
#1203 bundle jquery with gogs
This commit is contained in:
@ -409,7 +409,9 @@ $(document).ready(function () {
|
||||
});
|
||||
|
||||
// Highlight JS
|
||||
hljs.initHighlightingOnLoad();
|
||||
if (typeof hljs != 'undefined') {
|
||||
hljs.initHighlightingOnLoad();
|
||||
}
|
||||
|
||||
// Dropzone
|
||||
if ($('#dropzone').length > 0) {
|
||||
|
Reference in New Issue
Block a user