From 4d91ec8f8ba199bcb5f00ff790007d4b9cf5fe95 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Mon, 16 Aug 2010 08:52:13 +0000 Subject: [PATCH] fix refresh operation --- chrome/content/zotero/xpcom/integration.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/integration.js b/chrome/content/zotero/xpcom/integration.js index f00b52bfd..9a790a91e 100644 --- a/chrome/content/zotero/xpcom/integration.js +++ b/chrome/content/zotero/xpcom/integration.js @@ -658,7 +658,7 @@ Zotero.Integration.Document.prototype._updateSession = function(newField, editFi */ Zotero.Integration.Document.prototype._updateDocument = function(forceCitations, forceBibliography) { // update citations - this._session.updateUpdateIndices(); + this._session.updateUpdateIndices(forceCitations); var deleteCitations = this._session.updateCitations(); this._deleteFields = this._deleteFields.concat([i for(i in deleteCitations)]); for(var i in this._session.updateIndices) {