www

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

commit 668ca94f9e62787a07e9693dbbf58de656dbd670
parent 6bce6b1d30df4f1d5075592c9826fcfd55b5f71c
Author: Simon Kornblith <simon@simonster.com>
Date:   Sat,  8 Aug 2015 16:38:17 -0400

Make quickformat non-resizable

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 @@ -1768,7 +1768,7 @@ Zotero.Integration.Fields.prototype.addEditCitation = function(field) { io); } else { var mode = (!Zotero.isMac && Zotero.Prefs.get('integration.keepAddCitationDialogRaised') - ? 'popup' : 'alwaysRaised') + ? 'popup' : 'alwaysRaised')+',resizable=false'; Zotero.Integration.displayDialog(me._doc, 'chrome://zotero/content/integration/quickFormat.xul', mode, io); }