www

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

commit a4cc84a7b4c66fcd850886b17fe5e17acce2dc65
parent 8117dfabe76607db94f2e5abfba995d547db9fc0
Author: Avram Lyon <ajlyon@gmail.com>
Date:   Mon,  4 Apr 2011 17:39:32 +0000

Trans: Fix handling of permanent record link in Dynix, by Sylain, to make Bruce happy


Diffstat:
Mtranslators/Library Catalog (Dynix).js | 7+++----
1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/translators/Library Catalog (Dynix).js b/translators/Library Catalog (Dynix).js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2009-12-10 07:10:00" + "lastUpdated":"2011-04-04 07:10:00" } @@ -144,7 +144,7 @@ function doWeb(doc, url) { { permalink = permalink + "&" + profile[1]; } - newItem.url = permalink; + newItem.attachments = [{url:permalink, title:"Original record", mimeType:"text/html", snapshot:false}]; } else { @@ -155,4 +155,4 @@ function doWeb(doc, url) { }, function() { Zotero.done() }, null); Zotero.wait(); -} -\ No newline at end of file +}