fix formatting from previous patch
This commit is contained in:
parent
78d46dc0f0
commit
23f21bac56
|
@ -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…
Reference in New Issue
Block a user