diff options
author | Chris Lawrence | 2013-08-19 01:04:34 -0400 |
---|---|---|
committer | Chris Lawrence | 2013-08-19 01:04:34 -0400 |
commit | f84e025d38be24d7800d51bb8b117570c10568c2 (patch) | |
tree | b625e2300f76b094f2d7b692b9b4148352be3a76 /index.html | |
parent | 4874b13f916c5683cbcaefcf127f548413ec3043 (diff) | |
parent | cb26ff62112df74beb6ade2b4d3721d965f09c5d (diff) |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -371,6 +371,7 @@ function linkify( selector ) { { src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } }, { src: 'plugin/zoom-js/zoom.js', async: true, condition: function() { return !!document.body.classList; } }, { src: 'plugin/notes/notes.js', async: true, condition: function() { return !!document.body.classList; } } + // { src: 'plugin/leap/leap.js', async: true } // { src: 'plugin/search/search.js', async: true, condition: function() { return !!document.body.classList; } } // { src: 'plugin/remotes/remotes.js', async: true, condition: function() { return !!document.body.classList; } } ] |