commit 6f9daa446998be33fe6b0b2cd7cfa038df45015c
parent 3b8d45d90ed0464969c06261f60344063a8f63a2
Author: Simon Kornblith <simon@simonster.com>
Date: Wed, 31 Aug 2011 22:21:07 +0000
Show Quick Format dialog at appropriate size if many sources are cited
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/chrome/content/zotero/integration/quickFormat.js b/chrome/content/zotero/integration/quickFormat.js
@@ -112,6 +112,7 @@ var Zotero_QuickFormat = new function () {
var node = qfe.firstChild;
node.nodeValue = "";
_showCitation(node);
+ _resize();
}, 1);
}
};