From 23f21bac561b5522707be76f4a7e968cb8b0ffe8 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Tue, 29 Jun 2010 06:43:39 +0000 Subject: [PATCH] fix formatting from previous patch --- chrome/content/zotero/integration/addCitationDialog.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chrome/content/zotero/integration/addCitationDialog.js b/chrome/content/zotero/integration/addCitationDialog.js index a20b63d1d..2bbc1a1d0 100644 --- a/chrome/content/zotero/integration/addCitationDialog.js +++ b/chrome/content/zotero/integration/addCitationDialog.js @@ -607,12 +607,12 @@ var Zotero_Citation_Dialog = new function () { // list. if (_citationList.getRowCount() > 1) { _multipleSourceButton.disabled = true; - } else { + } else { _multipleSourceButton.disabled = false; - } + } } else { _acceptButton.disabled = !itemsView.getSelectedItems().length; // treeview from xpcom/itemTreeView.js - } + } } /*