More tweaks to select items behavior
This commit is contained in:
parent
1695ab4bdf
commit
d1fa4399af
1 changed files with 2 additions and 4 deletions
|
@ -353,11 +353,9 @@ Zotero.Translate.Sandbox = {
|
|||
}
|
||||
}
|
||||
} else { // no handler defined; assume they want all of them
|
||||
return options;
|
||||
if(callback) callback(items);
|
||||
return items;
|
||||
}
|
||||
|
||||
if(callback) callback(options);
|
||||
return options;
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue