diff options
Diffstat (limited to 'gocryptfs-readthedocs/js/theme.js')
-rw-r--r-- | gocryptfs-readthedocs/js/theme.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gocryptfs-readthedocs/js/theme.js b/gocryptfs-readthedocs/js/theme.js index dda9975..5c3e1ec 100644 --- a/gocryptfs-readthedocs/js/theme.js +++ b/gocryptfs-readthedocs/js/theme.js @@ -35,7 +35,7 @@ $( document ).ready(function() { // Make tables responsive $("table.docutils:not(.field-list)").wrap("<div class='wy-table-responsive'></div>"); - hljs.initHighlightingOnLoad(); + //hljs.initHighlightingOnLoad(); $('table').addClass('docutils'); }); |