bump: 3.1.1

This commit is contained in:
qingwei.li 2017-02-24 20:19:34 +08:00
commit 82173627e5
5 changed files with 16 additions and 7 deletions

View file

@ -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');