www

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

commit 3b8d45d90ed0464969c06261f60344063a8f63a2
parent 5e27d20e2877d3e6f34ae476b800b788310d2a31
Author: Simon Kornblith <simon@simonster.com>
Date:   Wed, 31 Aug 2011 22:18:30 +0000

Refocus Quick Format dialog after reference is clicked


Diffstat:
Mchrome/content/zotero/integration/quickFormat.js | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/chrome/content/zotero/integration/quickFormat.js b/chrome/content/zotero/integration/quickFormat.js @@ -443,6 +443,7 @@ var Zotero_QuickFormat = new function () { var bubble = _insertBubble(citationItem, node); _clearEntryList(); _previewAndSort(); + _refocusQfe(); return true; }