www

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

commit 66ca8611c928787720a6f4f614edf225f2f1d9bb
parent c4dc36f9e8983532287ee4c12678f54a5e3fefe3
Author: Elena Razlogova <elena.razlogova@gmail.com>
Date:   Sat,  2 May 2009 11:50:35 +0000

Forgot to fix proxy url in Chicago Journals translator


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

diff --git a/translators/University of Chicago.js b/translators/University of Chicago.js @@ -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 = "";