www

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

commit 45cca72fb2db3c68248f398a76a387e9f5667585
parent 4189fe618e00be7a2c609faad4f1613c3beb6219
Author: Matt Burton <mcburton@gmail.com>
Date:   Thu, 31 Dec 2009 20:54:45 +0000

Adding himura's patches

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

diff --git a/translators/Institute of Physics.js b/translators/Institute of Physics.js @@ -20,7 +20,7 @@ function detectWeb(doc, url) { } function parseRIS(getURL, pdfURL) { - var newGet = getURL.replace(/EJ\/[^/]+/, "EJ/sview") + "?format=refmgr&submit=1"; + var newGet = getURL.replace(/EJ\/[^/]+/, "EJ/sview").replace(/\?.*$/, '') + "?format=refmgr&submit=1"; Zotero.Utilities.HTTP.doGet(newGet, function(text){ // load translator for RIS var translator = Zotero.loadTranslator ("import");