diff options
Diffstat (limited to 'public/js/gogs.js')
-rw-r--r-- | public/js/gogs.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/public/js/gogs.js b/public/js/gogs.js index e9f9d3bc..e68ad8f1 100644 --- a/public/js/gogs.js +++ b/public/js/gogs.js @@ -1203,11 +1203,6 @@ $(document).ready(function () { $($(this).data('target')).slideToggle(100); }); - // Highlight JS - if (typeof hljs != 'undefined') { - hljs.initHighlightingOnLoad(); - } - // Dropzone var $dropzone = $('#dropzone'); if ($dropzone.length > 0) { |