Don't display addCitation window as a popup

This commit is contained in:
Simon Kornblith 2009-08-25 04:27:11 +00:00
parent 4912e9d09c
commit a0369ee5c2

View file

@ -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.