Implement 'I wish this page...'

This commit is contained in:
John Mulhausen
2016-02-11 10:41:23 -08:00
parent 36718f647a
commit 6398ab5fec
+1 -1
View File
@@ -43,4 +43,4 @@ $(document).ready(function(){
var result = $('<ul style="list-style-type: none; padding-left:0px;">');
buildRec(headingNodes,result,1);
$("#pageTOC").append(result);
});
});