From b700f3ef5605d5b53bada10474a80584dded0437 Mon Sep 17 00:00:00 2001 From: aurimasv Date: Mon, 17 Sep 2012 01:33:24 -0500 Subject: [PATCH] Fix typo in proxy detection. --- chrome/content/zotero/xpcom/connector/translator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/connector/translator.js b/chrome/content/zotero/xpcom/connector/translator.js index 1bba38f285..62adbf4476 100644 --- a/chrome/content/zotero/xpcom/connector/translator.js +++ b/chrome/content/zotero/xpcom/connector/translator.js @@ -160,7 +160,7 @@ Zotero.Translators = new function() { if(m) { // First, drop the 0- if it exists (this is an III invention) var host = m[2]; - if(host.substr(0, 2) === "0-") host = substr(2); + if(host.substr(0, 2) === "0-") host = host.substr(2); var hostnames = host.split("."); for(var i=1; i