From a74cd0c88ea18dae5e4baf9866d09e2098974130 Mon Sep 17 00:00:00 2001 From: ruanyf Date: Tue, 22 Apr 2014 09:03:15 +0800 Subject: [PATCH] add content_toc --- js/ditto.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ditto.js b/js/ditto.js index 77214b2..d4ae89e 100644 --- a/js/ditto.js +++ b/js/ditto.js @@ -125,7 +125,7 @@ function create_page_anchors() { .attr('id','content-toc'); for (var j = 0; j < headers.length; j++) { var li_tag = $('
  • ').text(headers[j]); - // li_create_linkage(li_tag, i); + li_create_linkage(li_tag, i); ul_tag.append(li_tag); } }