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;
|
||||
|
||||
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.
|
||||
|
|
Loading…
Add table
Reference in a new issue