Fix bustage

This commit is contained in:
Simon Kornblith 2011-10-02 19:43:41 +00:00
parent 5057da9ed3
commit 7acd6f6722

View file

@ -442,7 +442,7 @@ Zotero.Utilities.Translate.prototype._convertURL = function(url) {
var m = hostPortRe.exec(resolved);
if(!m) {
throw new Error("Invalid URL supplied for HTTP request: "+url);
} else {
} else if(this._translate.document && this._translate.document.location) {
var loc = this._translate.document.location;
if(this._translate._currentState !== "translate" && doc
&& (m[0].toLowerCase() !== loc.protocol.toLowerCase()