fix formatting from previous patch
This commit is contained in:
parent
78d46dc0f0
commit
23f21bac56
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue