aboutsummaryrefslogtreecommitdiff
path: root/gocryptfs-readthedocs/js/theme.js
diff options
context:
space:
mode:
authorAndy Taylor2018-01-30 17:49:32 +1100
committerAndy Taylor2018-01-30 17:49:32 +1100
commit49a68654530c4a559dac3df33e1b35261d19ff6e (patch)
tree02487809dca8cfea8e79ffc66b39976fbef54948 /gocryptfs-readthedocs/js/theme.js
parentae59c0eeac869190ffe097a8a155efce7403bed3 (diff)
Remove syntax highlighting
Diffstat (limited to 'gocryptfs-readthedocs/js/theme.js')
-rw-r--r--gocryptfs-readthedocs/js/theme.js2
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');
});