www

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

commit 5a09ea6bc46c86a9baaebf878e84681dab7346ae
parent bf10b7192bfa082312db24f1ea19d5e06ab22bbb
Author: Simon Kornblith <simon@simonster.com>
Date:   Wed, 25 Jan 2012 19:42:31 -0500

Fix Edit Bibliography

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 @@ -732,7 +732,7 @@ Zotero.Integration.Document.prototype.editBibliography = function(callback) { } fieldGetter.updateSession(function() { - me._session.editBibliography(this._doc, function() { + me._session.editBibliography(me._doc, function() { me._doc.activate(); fieldGetter.updateDocument(FORCE_CITATIONS_FALSE, true, false, function() { Zotero.Integration.complete(me._doc);