breaking jquery
parent
b8f0ef04dd
commit
92b37ef9c2
|
|
@ -39,8 +39,9 @@ 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);
|
||||
$("#pageTOC").append(result);
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue