www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 269a58eddc420c955fd67c9b012a85b59fffce8a
parent eaff9519a735fcbdb799d3ec89600ea486380c44
Author: Dan Stillman <dstillman@zotero.org>
Date:   Mon, 19 Apr 2010 05:38:40 +0000

Pushed Frank's LexisNexis fix


Diffstat:
Mtranslators/LexisNexis.js | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/translators/LexisNexis.js b/translators/LexisNexis.js @@ -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) { @@ -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 {