diff options
author | Andy Taylor | 2018-01-30 17:49:32 +1100 |
---|---|---|
committer | Andy Taylor | 2018-01-30 17:49:32 +1100 |
commit | 49a68654530c4a559dac3df33e1b35261d19ff6e (patch) | |
tree | 02487809dca8cfea8e79ffc66b39976fbef54948 /gocryptfs-readthedocs/js | |
parent | ae59c0eeac869190ffe097a8a155efce7403bed3 (diff) |
Remove syntax highlighting
Diffstat (limited to 'gocryptfs-readthedocs/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'); }); |