www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 4d91ec8f8ba199bcb5f00ff790007d4b9cf5fe95
parent 2f671725b80ccaf25859e30e193d655c6e480100
Author: Simon Kornblith <simon@simonster.com>
Date:   Mon, 16 Aug 2010 08:52:13 +0000

fix refresh operation


Diffstat:
Mchrome/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 @@ -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) {