bump: 3.1.1
This commit is contained in:
parent
507d9e834c
commit
82173627e5
5 changed files with 16 additions and 7 deletions
|
|
@ -21,7 +21,7 @@ function escapeHtml (string) {
|
|||
function getAllPaths () {
|
||||
var paths = [];
|
||||
|
||||
helper.dom.findAll('a')
|
||||
helper.dom.findAll('a:not(data-nosearch)')
|
||||
.map(function (node) {
|
||||
var href = node.href;
|
||||
var originHref = node.getAttribute('href');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue