Fix missing line in HighWire
This commit is contained in:
parent
9919290103
commit
589178ee6e
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
"inRepository": true,
|
"inRepository": true,
|
||||||
"translatorType": 4,
|
"translatorType": 4,
|
||||||
"browserSupport": "gcs",
|
"browserSupport": "gcs",
|
||||||
"lastUpdated": "2011-07-03 03:57:15"
|
"lastUpdated": "2011-07-03 03:58:51"
|
||||||
}
|
}
|
||||||
|
|
||||||
function detectWeb(doc, url) {
|
function detectWeb(doc, url) {
|
||||||
|
@ -178,6 +178,7 @@ function doWeb(doc, url) {
|
||||||
thisRequest.pdfs.push(pdfs[gca]);
|
thisRequest.pdfs.push(pdfs[gca]);
|
||||||
thisRequest.args += "&gca="+gca;
|
thisRequest.args += "&gca="+gca;
|
||||||
}
|
}
|
||||||
|
handleRequests(requests);
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
var baseURL = doc.evaluate('//a[substring(@href, 1, 16) = "/cgi/citmgr?gca="]', doc, null,
|
var baseURL = doc.evaluate('//a[substring(@href, 1, 16) = "/cgi/citmgr?gca="]', doc, null,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue