mirror of
https://github.com/zotero/zotero.git
synced 2026-09-19 00:01:31 +00:00
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() {
|
||||
io.citation.properties.sort = _sortCheckbox && _sortCheckbox.checked;
|
||||
if(_sortCheckbox.checked) {
|
||||
if(io.citation.properties.sort) {
|
||||
_getCitation();
|
||||
|
||||
// delete all existing items from list
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue