www

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

commit a0369ee5c210979a31c628ed44ec0579c0fafab4
parent 4912e9d09ca11dd94b92cec72455c9d457458eff
Author: Simon Kornblith <simon@simonster.com>
Date:   Tue, 25 Aug 2009 04:27:11 +0000

Don't display addCitation window as a popup

Diffstat:
Mchrome/content/zotero/xpcom/integration.js | 5+----
1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/chrome/content/zotero/xpcom/integration.js b/chrome/content/zotero/xpcom/integration.js @@ -30,10 +30,7 @@ Zotero.Integration = new function() { var _fifoFile, _osascriptFile; this.sessions = {}; - - this.__defineGetter__("usePopup", function () { - return Zotero.isWin && !Zotero.Prefs.get("integration.realWindow"); - }); + this.usePopup = false; /** * Initializes the pipe used for integration on non-Windows platforms.