Adding himura's patches
This commit is contained in:
parent
4189fe618e
commit
45cca72fb2
|
@ -20,7 +20,7 @@ function detectWeb(doc, url) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function parseRIS(getURL, pdfURL) {
|
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){
|
Zotero.Utilities.HTTP.doGet(newGet, function(text){
|
||||||
// load translator for RIS
|
// load translator for RIS
|
||||||
var translator = Zotero.loadTranslator ("import");
|
var translator = Zotero.loadTranslator ("import");
|
||||||
|
|
Loading…
Reference in New Issue
Block a user