[build] 4.8.6

This commit is contained in:
Qingwei Li 2018-11-12 10:24:21 +08:00
commit a07a613312
7 changed files with 8 additions and 8 deletions

View file

@ -17,7 +17,7 @@ function escapeHtml(string) {
function getAllPaths(router) {
var paths = [];
document.querySelectorAll('.sidebar-nav a:not(.section-link):not([data-nosearch])').forEach(function (node) {
Docsify.dom.findAll('.sidebar-nav a:not(.section-link):not([data-nosearch])').forEach(function (node) {
var href = node.href;
var originHref = node.getAttribute('href');
var path = router.parse(href).path;

File diff suppressed because one or more lines are too long