Forgot to fix proxy url in Chicago Journals translator
This commit is contained in:
parent
c4dc36f9e8
commit
66ca8611c9
|
@ -31,7 +31,7 @@ function doWeb(doc, url) {
|
|||
var proxyRe = /http:\/\/([^\/]*)/;
|
||||
var m = proxyRe.exec(doc.location.href);
|
||||
if(m) {
|
||||
proxyURL = m[1];
|
||||
proxyURL = "/"+m[1]+"/";
|
||||
}
|
||||
|
||||
var post = "";
|
||||
|
|
Loading…
Reference in New Issue
Block a user