fix spurious "_sortCheckbox is not defined" errors
This commit is contained in:
parent
c95c51907e
commit
4beb908dfa
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ var Zotero_Citation_Dialog = new function () {
|
||||||
*/
|
*/
|
||||||
function sortCitation() {
|
function sortCitation() {
|
||||||
io.citation.properties.sort = _sortCheckbox && _sortCheckbox.checked;
|
io.citation.properties.sort = _sortCheckbox && _sortCheckbox.checked;
|
||||||
if(_sortCheckbox.checked) {
|
if(io.citation.properties.sort) {
|
||||||
_getCitation();
|
_getCitation();
|
||||||
|
|
||||||
// delete all existing items from list
|
// delete all existing items from list
|
||||||
|
|
Loading…
Add table
Reference in a new issue