Fix missing line in HighWire

This commit is contained in:
Simon Kornblith 2011-07-03 07:58:06 +00:00
parent 9919290103
commit 589178ee6e

View file

@ -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,