www

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

commit 02a766571b7b763ad4b8c9cb99965183cf3eabd0
parent 88ba3bf75bb205d2b3c8ad9fda237f160e2d5b10
Author: Matt Burton <mcburton@gmail.com>
Date:   Thu,  4 Mar 2010 18:35:20 +0000

Addresses #1309, Fixes single results, multiple is using black magic, needs more work.

Diffstat:
Mtranslators/LexisNexis.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/translators/LexisNexis.js b/translators/LexisNexis.js @@ -93,7 +93,7 @@ function doWeb(doc, url) { var disb = text.match(/<input type="hidden" name="disb" value="([^"]+)">/); poststring = "delRange="+delRange+"&selDocs=&disb="+disb[1]+"&initializationPage=0"; Zotero.Utilities.HTTP.doPost(uri, poststring, function(text) { - uri = text.match(/&amp;url=([^']+)'/) + uri = text.match(/url=([^']+)'/) uri = decodeURIComponent(uri[1]); uri = uri.replace(/http:\/\/[^/]*\//, host+"/"); var uris = new Array();