Fix setDocPrefs
This commit is contained in:
parent
5af1ef045c
commit
caa7bca2ab
1 changed files with 1 additions and 1 deletions
|
@ -1643,7 +1643,7 @@ Zotero.Integration.Session.prototype.setDocPrefs = function(doc, primaryFieldTyp
|
|||
}
|
||||
|
||||
var me = this;
|
||||
Zotero.Integration.displayDialog(doc,
|
||||
Zotero.Integration.displayDialog(this._doc,
|
||||
'chrome://zotero/content/integration/integrationDocPrefs.xul', '', io, function() {
|
||||
if(!io.style) {
|
||||
callback(false);
|
||||
|
|
Loading…
Reference in a new issue