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