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