diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-04-06 17:06:01 -0700 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-04-06 17:06:01 -0700 |
commit | 536c48096938ef141fdf4351739f8362e80641da (patch) | |
tree | a53b74da69d10db8e6e1a9485c3127c76f4f6207 /theme/javascript/core/sidebar.js | |
parent | d14bd7245f704205e06d25db9a3b614ca3b11930 (diff) | |
download | gitbook-536c48096938ef141fdf4351739f8362e80641da.zip gitbook-536c48096938ef141fdf4351739f8362e80641da.tar.gz gitbook-536c48096938ef141fdf4351739f8362e80641da.tar.bz2 |
Fix loading of search index in sub directories
Diffstat (limited to 'theme/javascript/core/sidebar.js')
-rw-r--r-- | theme/javascript/core/sidebar.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/theme/javascript/core/sidebar.js b/theme/javascript/core/sidebar.js index ab5b19a..d318676 100644 --- a/theme/javascript/core/sidebar.js +++ b/theme/javascript/core/sidebar.js @@ -38,7 +38,6 @@ define([ // Filter summary with a list of path var filterSummary = function(paths) { - console.log("filter with", paths); $summary.find("li").each(function() { var path = $(this).data("path"); var st = paths == null || _.contains(paths, path); |