gitbook-plugin-toc-toggle
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -21,3 +21,3 @@ require(["gitbook", "jQuery"], function(gitbook, $) { | ||
}else{ | ||
$children = target.children('span>ul.articles'); | ||
$children = target.children('span').children('ul.articles'); | ||
} | ||
@@ -24,0 +24,0 @@ |
{ | ||
"name": "gitbook-plugin-toc-toggle", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "a plugins for gitbook for toc-toggle", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
1510