Update search.js
This commit is contained in:
parent
0dd9feffe5
commit
92d6e8a1ee
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ function escapeHtml (string) {
|
|||
function getAllPaths () {
|
||||
const paths = []
|
||||
|
||||
helper.dom.findAll('a:not(data-nosearch)')
|
||||
helper.dom.findAll('a:not([data-nosearch])')
|
||||
.map(node => {
|
||||
const href = node.href
|
||||
const originHref = node.getAttribute('href')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue