www

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

commit 1dd85f3808afbe864fb757d10d8e8eb49e736212
parent 16a3f38f8487a418493af526cbe97438e0944ee1
Author: Matt Burton <mcburton@gmail.com>
Date:   Mon, 15 Dec 2008 01:28:49 +0000

Addresses #1256, testing the ticketing system


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

diff --git a/translators/ScienceDirect.js b/translators/ScienceDirect.js @@ -71,7 +71,7 @@ function doWeb(doc, url) { var url = newDoc.location.href; var get = newDoc.evaluate('//a[img[contains(@src, "exportarticle_a.gif")]]', newDoc, nsResolver, XPathResult.ANY_TYPE, null).iterateNext().href; - // if the PDF is available make it an attachment + // if the PDF is available make it an attachment otherwise only use snapshot. if (PDF) { attachements = [ {url:url, title:"ScienceDirect Snapshot", mimeType:"text/html"},