More tweaks to select items behavior
This commit is contained in:
parent
1695ab4bdf
commit
d1fa4399af
|
@ -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 New Issue
Block a user