closes #1818, Include styleID on io.wrappedJSObject within addCitationDialog.js
This commit is contained in:
parent
13f793e636
commit
55d3f8c47c
1 changed files with 2 additions and 0 deletions
|
@ -1996,6 +1996,8 @@ Zotero.Integration.Session.prototype.editCitation = function(index, noteIndex, c
|
|||
// determine whether citation is sortable in current style
|
||||
io.sortable = this.style.opt.sort_citations;
|
||||
|
||||
// citeproc-js style object for use of third-party extension
|
||||
io.style = this.style;
|
||||
|
||||
this._displayDialog('chrome://zotero/content/integration/addCitationDialog.xul', 'resizable', io);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue