Skip to content

Commit

Permalink
Merge branch 'master' of github.com:l0o0/jasminum
Browse files Browse the repository at this point in the history
  • Loading branch information
l0o0 committed Jul 14, 2020
2 parents 0dbc0a7 + b33a9b0 commit eac3432
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chrome/content/scripts/jasminum.js
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,8 @@ Zotero.Jasminum = {
searchPrepareOut,
fileData
);
itemUrl = targetRow.querySelector("a.fz14").href;
itemUrl = targetRow.querySelector("a.fz14").getAttribute("href");
itemUrl = "https://kns.cnki.net/KCMS" + itemUrl.slice(4);
itemChapterUrl = await Zotero.Jasminum.getChapterUrl(itemUrl);
// 获取文献链接URL -> 获取章节目录URL
}
Expand Down

0 comments on commit eac3432

Please sign in to comment.