Fixes index is not defined error. Closes #1422
This commit is contained in:
parent
2523bca659
commit
fe4b75758d
1 changed files with 1 additions and 1 deletions
|
@ -897,7 +897,7 @@ Zotero.Integration.Fields.prototype._processFields = Zotero.Promise.coroutine(fu
|
|||
// Mark for removal and continue
|
||||
continue;
|
||||
} else if (action == Zotero.Integration.UPDATE) {
|
||||
this._session.updateIndices[index] = true;
|
||||
this._session.updateIndices[i] = true;
|
||||
}
|
||||
|
||||
yield this._session.addCitation(i, noteIndex, citation);
|
||||
|
|
Loading…
Add table
Reference in a new issue