mirror of
https://github.com/go-gitea/gitea
synced 2025-07-03 17:17:19 +00: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) {
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* # Semantic UI - 2.0.7
|
||||
* # Semantic UI - 2.0.8
|
||||
* https://github.com/Semantic-Org/Semantic-UI
|
||||
* http://www.semantic-ui.com/
|
||||
*
|
Reference in New Issue
Block a user