Fix 'idx is undefined' error in integration missing item handler
This commit is contained in:
parent
9165a0247f
commit
23224f6093
1 changed files with 1 additions and 1 deletions
|
@ -2458,7 +2458,7 @@ Zotero.Integration.Citation = class {
|
|||
}).apply(this, arguments);
|
||||
}
|
||||
|
||||
async handleMissingItem() {
|
||||
async handleMissingItem(idx) {
|
||||
// Ask user what to do with this item
|
||||
if (this.citationItems.length == 1) {
|
||||
var msg = Zotero.getString("integration.missingItem.single");
|
||||
|
|
Loading…
Add table
Reference in a new issue