Add JS files

This commit is contained in:
oakes
2014-04-01 00:52:53 -04:00
parent 7b1e201cbd
commit 88886c7693
4 changed files with 27 additions and 12 deletions

3
doclet/resources/init.js Normal file
View File

@@ -0,0 +1,3 @@
$(document).ready(function() {
$('pre').each(function(i, e) {hljs.highlightBlock(e)});
});