breaking jquery
This commit is contained in:
@@ -39,6 +39,7 @@ buildRec = function(headingNodes, $elm, lv) {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
$(document).ready(function(){
|
$(document).ready(function(){
|
||||||
|
return;
|
||||||
var headingNodes = $('#docsContent').children().filter(":header");
|
var headingNodes = $('#docsContent').children().filter(":header");
|
||||||
var result = $('<ul style="list-style-type: none; padding-left:0px;">');
|
var result = $('<ul style="list-style-type: none; padding-left:0px;">');
|
||||||
buildRec(headingNodes,result,1);
|
buildRec(headingNodes,result,1);
|
||||||
|
|||||||
Reference in New Issue
Block a user