Don't display addCitation window as a popup
This commit is contained in:
parent
4912e9d09c
commit
a0369ee5c2
1 changed files with 1 additions and 4 deletions
|
@ -30,10 +30,7 @@ Zotero.Integration = new function() {
|
||||||
var _fifoFile, _osascriptFile;
|
var _fifoFile, _osascriptFile;
|
||||||
|
|
||||||
this.sessions = {};
|
this.sessions = {};
|
||||||
|
this.usePopup = false;
|
||||||
this.__defineGetter__("usePopup", function () {
|
|
||||||
return Zotero.isWin && !Zotero.Prefs.get("integration.realWindow");
|
|
||||||
});
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Initializes the pipe used for integration on non-Windows platforms.
|
* Initializes the pipe used for integration on non-Windows platforms.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue