Implement 'I wish this page...'
This commit is contained in:
+1
-1
@@ -43,4 +43,4 @@ $(document).ready(function(){
|
|||||||
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);
|
||||||
$("#pageTOC").append(result);
|
$("#pageTOC").append(result);
|
||||||
});
|
});
|
||||||
Reference in New Issue
Block a user