We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ced634a commit 4a920d5Copy full SHA for 4a920d5
js/toc.js
@@ -7,7 +7,6 @@ $(function () {
7
// Generate the TOC contents
8
$('#primary :header[id]').each(function(i, el) {
9
var del = $(el);
10
- console.log(el);
11
12
var div = $('<div></div>')
13
.addClass('toc-' + el.nodeName.toLowerCase());
0 commit comments