Forgot to fix proxy url in Chicago Journals translator

This commit is contained in:
Elena Razlogova 2009-05-02 11:50:35 +00:00
parent c4dc36f9e8
commit 66ca8611c9

View File

@ -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 = "";