#1203 bundle jquery with gogs

This commit is contained in:
Unknwon 2015-08-28 14:24:05 +08:00
parent ff35a37769
commit a7686e8749
24 changed files with 116 additions and 51 deletions

View file

@ -409,7 +409,9 @@ $(document).ready(function () {
});
// Highlight JS
hljs.initHighlightingOnLoad();
if (typeof hljs != 'undefined') {
hljs.initHighlightingOnLoad();
}
// Dropzone
if ($('#dropzone').length > 0) {

View file

@ -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/
*