www

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

commit 23f21bac561b5522707be76f4a7e968cb8b0ffe8
parent 78d46dc0f0a98b64bb8d971472b071280e69bd97
Author: Simon Kornblith <simon@simonster.com>
Date:   Tue, 29 Jun 2010 06:43:39 +0000

fix formatting from previous patch


Diffstat:
Mchrome/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 @@ -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 - } + } } /*