Skip to content

Commit

Permalink
Pushed Frank's LexisNexis fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dstillman committed Apr 19, 2010
1 parent 82f270f commit 8aad4df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LexisNexis.js
Expand Up @@ -8,7 +8,7 @@
"maxVersion":"",
"priority":100,
"inRepository":true,
"lastUpdated":"2010-03-04 16:30:00"
"lastUpdated":"2010-04-19 05:35:00"
}

function detectWeb(doc, url) {
Expand Down Expand Up @@ -52,7 +52,7 @@ function doWeb(doc, url) {
if (doc.title.substr(doc.title.length-8, 8) == "Document") {
var cisb = doc.evaluate('//input[@name="cisb"]', rfDoc, nsResolver, XPathResult.ANY_TYPE, null).iterateNext().value;
var uri = host+"/us/lnacademic/results/listview/delPrep.do?cisb="+cisb+"&risb="+risb+"&mode=delivery_refworks";
var hiddenInputs = doc.evaluate('//form[@name="results_docview_DocumentForm"]//input[@type="hidden" and not(@name="tagData")', rfDoc, nsResolver,
var hiddenInputs = doc.evaluate('//form[@name="results_docview_DocumentForm"]//input[@type="hidden" and not(@name="tagData")]', rfDoc, nsResolver,
XPathResult.ANY_TYPE, null);

} else {
Expand Down

0 comments on commit 8aad4df

Please sign in to comment.