From 19ae04da66bc30ba97b2524ce4df89c9005f2feb Mon Sep 17 00:00:00 2001 From: Unknwon Date: Fri, 31 Jan 2020 23:33:47 +0800 Subject: public/plugins: upgrade highlight.js 9.16.2 to 9.18.0 --- public/js/gogs.js | 5 ----- 1 file changed, 5 deletions(-) (limited to 'public/js') 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) { -- cgit v1.2.3