re-un-breaking, for now

This commit is contained in:
Creatures in Unitards
2016-02-10 13:56:25 -08:00
parent 063fe4ed88
commit 40fb66297b
-1
View File
@@ -39,7 +39,6 @@ buildRec = function(headingNodes, $elm, lv) {
}
};
$(document).ready(function(){
return;
var headingNodes = $('#docsContent').children().filter(":header");
var result = $('<ul style="list-style-type: none; padding-left:0px;">');
buildRec(headingNodes,result,1);