We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a22a5b2 commit 5b837deCopy full SHA for 5b837de
CNKI CHKD.js
@@ -9,7 +9,7 @@
9
"inRepository": true,
10
"translatorType": 4,
11
"browserSupport": "gcsibv",
12
- "lastUpdated": "2024-02-08 15:30:54"
+ "lastUpdated": "2024-07-12 13:05:37"
13
}
14
15
/*
@@ -133,14 +133,13 @@ async function doWeb(doc, url) {
133
if (detectWeb(doc, url) == 'multiple') {
134
let items = await Zotero.selectItems(getSearchResults(doc, false));
135
if (!items) return;
136
- await cnki.scrapeMulti(items);
+ await cnki.scrapeMulti(items, doc);
137
138
else {
139
await cnki.scrape(doc);
140
141
142
143
-
144
/** BEGIN TEST CASES **/
145
var testCases = [
146
{
0 commit comments