gitbook-plugin-tree
Advanced tools
+1
-1
@@ -41,3 +41,3 @@ require(["gitbook"], function(gitbook) { | ||
| if (!item.treeBtnAdded) { | ||
| tem.sn = $item.children('span,a'); | ||
| item.sn = $item.children('span,a'); | ||
| item.sn.html('<span class="tree-btn"><span class="t1">+</span><span class="t2">-</span></span>' + item.sn.html()); | ||
@@ -44,0 +44,0 @@ item.treeBtnAdded = true; |
+1
-1
@@ -5,3 +5,3 @@ { | ||
| "main": "index.js", | ||
| "version": "0.3.10", | ||
| "version": "0.3.11", | ||
| "engines": { | ||
@@ -8,0 +8,0 @@ "gitbook": "*" |
112575
0