www

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

commit c63048da8e455d806ed7a7419bfc30949e3feb49
parent 8207201c6a4e8f1ca21f02861be936ad547e349d
Author: Avram Lyon <ajlyon@gmail.com>
Date:   Sun, 31 Oct 2010 16:02:16 +0000

Trans: Updated translator provided by Brinda @ HWWilson


Diffstat:
Mtranslators/WilsonWeb.js | 24++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/translators/WilsonWeb.js b/translators/WilsonWeb.js @@ -1,14 +1,14 @@ { - "translatorID":"af1af8fa-19dc-486f-a8cc-107acb849101", - "label":"WilsonWeb", - "creator":"Brinda Shah", - "target":"^http://(vnweb|webbeta|verityqa|verityqa2|atg-dev05)\\.hwwilsonweb\\.com/hww/results/", - "minVersion":"1.0", - "maxVersion":"", - "priority":100, - "inRepository":"0", - "translatorType":4, - "lastUpdated":"2010-09-28 07:00:00" + "translatorID":"af1af8fa-19dc-486f-a8cc-107acb849101", + "label":"WilsonWeb", + "creator":"Brinda Shah", + "target":"^http://(vnweb|webbeta|verityqa|verityqa2|atg-dev05)\\.hwwilsonweb\\.com/hww/results/", + "minVersion":"1.0", + "maxVersion":"", + "priority":100, + "inRepository":"1", + "translatorType":4, + "lastUpdated":"2010-10-27 10:24:13" } var dispType='brief'; @@ -261,7 +261,7 @@ function associateBIBLData(doc,newArticle,t) { } } - var pdfURL; + var pdfURL=''; var pdfLink = getXPath(dispType,'pdfLink',t); if(pdfLink != '') { var pdfObj = doc.evaluate(pdfLink, doc, nsResolver, XPathResult.ANY_TYPE, null).iterateNext(); @@ -273,7 +273,7 @@ function associateBIBLData(doc,newArticle,t) { } } - var snapShotURL; + var snapShotURL=''; var recid = getXPath(dispType,'recid',t); if(recid != '') { var recObj= doc.evaluate(recid, doc, nsResolver, XPathResult.ANY_TYPE, null).iterateNext();