www

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

commit c7df8c879cff46b57ec4bd719959196e3854df78
parent f1dc556e366417189c7dfb933b269bd54ff62197
Author: Simon Kornblith <simon@simonster.com>
Date:   Tue, 20 Dec 2011 01:03:09 -0500

Also fix retrieveDocument

Diffstat:
Mchrome/content/zotero/xpcom/utilities_translate.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/zotero/xpcom/utilities_translate.js b/chrome/content/zotero/xpcom/utilities_translate.js @@ -287,7 +287,7 @@ Zotero.Utilities.Translate.prototype.retrieveDocument = function(url) { } var hiddenBrowser = Zotero.Browser.createHiddenBrowser(); - if(translate.cookieSandbox) translate.cookieSandbox.attachToBrowser(hiddenBrowser); + if(this._translate.cookieSandbox) this._translate.cookieSandbox.attachToBrowser(hiddenBrowser); hiddenBrowser.addEventListener("pageshow", listener, true); hiddenBrowser.loadURI(url);